Changeset 2157

Show
Ignore:
Timestamp:
10/31/05 05:51:41 (3 years ago)
Author:
madcat
Message:

Use 10s interval instead of 5s to check for opening upload slots.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hncore/modules.cpp

    r2074 r2157  
    217217        m_lastCheckTick = Utils::getTick(); 
    218218        Utils::timedCallback( 
    219                 boost::bind(&ModuleBase::checkStartUpload, this), 5000 
     219                boost::bind(&ModuleBase::checkStartUpload, this), 10000 
    220220        ); 
    221221}