##// END OF EJS Templates
set unlimited HWM for all relay devices...
set unlimited HWM for all relay devices libzmq-3 set the default HWM for sockets to 1000 from infinite, which can result in dropped messages on ROUTER or PUB sockets under high load.

File last commit:

r4053:b45902e3
r10614:00757118
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *