##// END OF EJS Templates
increase registration timeout...
increase registration timeout to highest of 10 seconds or 5 heartbeat periods Should reduce stalled registration notices (#2996)

File last commit:

r3408:261328d5
r9868:b54b410b
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *