Skip to content

Commit

Permalink
Enh: increase http pool size to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierHa committed Sep 22, 2015
1 parent d75435f commit dbd04c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shinken/objects/config.py
Expand Up @@ -536,7 +536,7 @@ class Config(Item):
BoolProp(default=True), # Put to 0 to disable the arbiter to run

'daemon_thread_pool_size':
IntegerProp(default=8),
IntegerProp(default=16),

'flap_history':
IntegerProp(default=20, class_inherit=[(Host, None), (Service, None)]),
Expand Down

0 comments on commit dbd04c0

Please sign in to comment.