更改队列大小

pull/2/head
79277490@qq.com 2018-01-11 16:17:16 +08:00
parent 943ca94b9c
commit 27d3c8f216
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class select:
self.user_info = ""
self.secretStr = ""
self.ticket_black_list = dict()
self.submitQueue=Queue.Queue(2)
self.submitQueue=Queue.Queue(15)
def get_ticket_info(self):
"""