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 ++ lib/dominoRPC/constants.pyc | Bin 719 -> 761 bytes 2 files changed, 2 insertions(+) (limited to 'lib') 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 diff --git a/lib/dominoRPC/constants.pyc b/lib/dominoRPC/constants.pyc index 2a494a7..18c888f 100644 Binary files a/lib/dominoRPC/constants.pyc and b/lib/dominoRPC/constants.pyc differ -- cgit 1.2.3-korg