Show
Ignore:
Timestamp:
02/02/06 10:42:32 (18 years ago)
Author:
jerome
Message:

Upped the max delays before the printer should begin to print to 1 minute.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/snmp.py

    r2625 r2637  
    2525ITERATIONDELAY = 1.5   # 1.5 Second 
    2626STABILIZATIONDELAY = 3 # We must read three times the same value to consider it to be stable 
    27 NOPRINTINGMAXDELAY = 30 # The printer must begin to print within 30 seconds. 
     27NOPRINTINGMAXDELAY = 60 # The printer must begin to print within 60 seconds. 
    2828 
    2929import sys