Show
Ignore:
Timestamp:
05/29/07 23:03:12 (17 years ago)
Author:
jerome
Message:

Now the various delays are configurable when using hardware accounting,
through the newly introduced 'statusstabilizationdelay' and 'statusstabilizationloops'
directives in pykota.conf

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r3169 r3180  
    12741274 
    12751275 
     1276# Defines the number of times the 'idle' printer status 
     1277# has to be reported before it being considered stable. 
     1278# Each check is done every 'statusstabilizationdelay' seconds 
     1279# as defined below. 
     1280# 
     1281# This directive can be set either globally or on a per printer 
     1282# basis.  
     1283# 
     1284# When not set, an hardcoded value of 5 times is used. 
     1285# The value must be a strictly positive integer. 
     1286statusstabilizationloops = 5 
     1287 
     1288 
     1289 
     1290# Defines the number of seconds to wait between two consecutive 
     1291# checks of the printer's status when using hardware accounting. 
     1292# 
     1293# Each check is done up to 'statusstabilizationloops' times. 
     1294# 
     1295# This directive can be set either globally or on a per printer 
     1296# basis.  
     1297# 
     1298# When not set, an hardcoded value of 4.0 seconds is used. 
     1299# The value must be a positive floating point value greater 
     1300# than or equal to 0.25 seconds. 
     1301statusstabilizationdelay = 4.0 
     1302 
     1303 
     1304 
    12761305# Defines a set of coefficients for ink accounting. 
    12771306#