diff options
Diffstat (limited to 'src/ranch_sup.erl')
-rw-r--r-- | src/ranch_sup.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranch_sup.erl b/src/ranch_sup.erl index 2eb5680..e078fd7 100644 --- a/src/ranch_sup.erl +++ b/src/ranch_sup.erl @@ -29,4 +29,4 @@ init([]) -> {ranch_server, {ranch_server, start_link, []}, permanent, 5000, worker, [ranch_server]} ], - {ok, {{one_for_one, 10, 10}, Procs}}. + {ok, {{one_for_one, 1, 5}, Procs}}. |