Skip to content

Commit 6f9e626

Browse files
authored
Update README.md
1 parent 42e6228 commit 6f9e626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The reason why this pack exists is we would like to solve several specific pain
2121
## Usage
2222
Same api as concurrent.futures.ThreadPoolExecutor , with some more control function added.
2323

24-
#####set_daemon_opts(min_workers = None, max_workers = None, keep_alive_time = None)
24+
##### set_daemon_opts(min_workers = None, max_workers = None, keep_alive_time = None)
2525
In order to guarantee same api interface , new features should be modfied after object created.
2626
Could change minimum/maximum activate worker num , and set after how many seconds will the idle thread terminated.
2727
By default , min_workers = 4 , max_workers = 256 on windows and 512 on linux , keep_alive_time = 100s.

0 commit comments

Comments
 (0)