From 57a23f93ae803640517206de67f33f2fc442ca4c Mon Sep 17 00:00:00 2001 From: Ulas Kozat Date: Fri, 20 May 2016 14:42:39 -0700 Subject: added features: logger, exception handling, CLI changes, move constants to domino_conf.py; fixed bug: packing UDID generated as UINT64 by the random number generator to INT64 Change-Id: Id79e79050d1a1011d3548bb4445792354e7b63d0 Signed-off-by: Ulas Kozat --- lib/dominoRPC/constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/dominoRPC/constants.py') diff --git a/lib/dominoRPC/constants.py b/lib/dominoRPC/constants.py index 5687d91..57b7c26 100644 --- a/lib/dominoRPC/constants.py +++ b/lib/dominoRPC/constants.py @@ -25,3 +25,5 @@ FAILED = 2 APPEND = 0 OVERWRITE = 1 DELETE = 2 + +THRIFT_RPC_TIMEOUT_MS = 1000 -- cgit 1.2.3-korg