Changeset 194 for trunk


Ignore:
Timestamp:
08/12/05 14:13:36 (19 years ago)
Author:
bastiaans
Message:

plugin/togap.py:

  • Give metrics 2 extra seconds to timeout/update happens too often that data is missing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugin/togap.py

    r185 r194  
    6060                # DMAX=0 means eternal life.'
    6161
    62                 self.dmax = str( int( TORQUE_POLL_INTERVAL ) )
     62                self.dmax = str( int( int( TORQUE_POLL_INTERVAL ) + 2 ) )
    6363
    6464                try:
Note: See TracChangeset for help on using the changeset viewer.