Changeset 2157
- Timestamp:
- 10/31/05 05:51:41 (3 years ago)
- Files:
-
- hydranode/hncore/modules.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hncore/modules.cpp
r2074 r2157 217 217 m_lastCheckTick = Utils::getTick(); 218 218 Utils::timedCallback( 219 boost::bind(&ModuleBase::checkStartUpload, this), 5000219 boost::bind(&ModuleBase::checkStartUpload, this), 10000 220 220 ); 221 221 }
