Browse Source

[py3] Increase default MAX_NUMBER_OF_SESSIONS to 10

sreenaths 4 năm trước cách đây
mục cha
commit
d6141b624e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      apps/beeswax/src/beeswax/conf.py

+ 1 - 1
apps/beeswax/src/beeswax/conf.py

@@ -240,7 +240,7 @@ MAX_NUMBER_OF_SESSIONS = Config(
           # does not have ability to manage them effectively. The cost of a session is low
           # does not have ability to manage them effectively. The cost of a session is low
           "-1 is unlimited number of sessions."),
           "-1 is unlimited number of sessions."),
   type=int,
   type=int,
-  default=1
+  default=-1
 )
 )
 
 
 THRIFT_VERSION = Config(
 THRIFT_VERSION = Config(