Skip to content

Commit d97aace

Browse files
author
huhao
committed
竞争条件
1 parent 067597e commit d97aace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/sprace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'''
1818
import threading
1919

20-
use_gevent = True # 是否使用gevent
20+
use_gevent = False # 是否使用gevent
2121
use_debug = False # 是否打印测试输出
2222
cycles_count = 100*10000 # 每个计数器线程/协程循环增加计数器的次数
2323

0 commit comments

Comments
 (0)