Changeset 2764

Show
Ignore:
Timestamp:
02/28/06 11:30:06 (18 years ago)
Author:
jerome
Message:

Added a note about beh.

Files:
1 modified

Legend:

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

    r2759 r2764  
    335335# N is the number of times the operation should be retried, and S is 
    336336# the delay in seconds during which PyKota will sleep before trying again. 
     337# This 'retry' feature works in a way similar to Till Kamppeter's beh 
     338# backend wrapper which offers this functionnality but is actually not  
     339# compatible with PyKota (because of my own inability to master regular 
     340# expressions). 
    337341# If N is 0, PyKota will retry indefinitely each S seconds until the 
    338342# backend succeeds, so you should use this with caution. If N is 0,