Show
Ignore:
Timestamp:
10/05/04 11:20:07 (20 years ago)
Author:
jalet
Message:

Reduced delay from 2 to 1 seconds in internal SNMP and PJL_over_TCP
handlers

Files:
1 modified

Legend:

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

    r1749 r1774  
    2222# 
    2323# $Log$ 
     24# Revision 1.29  2004/10/05 09:20:07  jalet 
     25# Reduced delay from 2 to 1 seconds in internal SNMP and PJL_over_TCP 
     26# handlers 
     27# 
    2428# Revision 1.28  2004/09/27 20:09:30  jalet 
    2529# Lowered timeout delay for PJL queries 
     
    128132from pykota.accounter import AccounterBase, PyKotaAccounterError 
    129133 
    130 ITERATIONDELAY = 2.0   # 2 Seconds 
     134ITERATIONDELAY = 1.0   # 1 Second 
    131135STABILIZATIONDELAY = 3 # We must read three times the same value to consider it to be stable 
    132136