Loads of threads!

This commit is contained in:
Simon 2021-01-19 23:54:09 +00:00
parent e7b1c24ed9
commit e7dca90355
1 changed files with 1 additions and 1 deletions

View File

@ -1925,6 +1925,6 @@ if __name__ == '__main__':
stat_trimmer.addErrback(loopingErrHandle)
#more threads
reactor.suggestThreadPoolSize(30)
reactor.suggestThreadPoolSize(50)
reactor.run()