mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Don't keep 10 sec timeout that i used for testing...
This commit is contained in:
parent
7a69dab596
commit
67f93b0d60
@ -67,7 +67,7 @@ start() ->
|
||||
[SNode2, "--no-timeout" | Args2] ->
|
||||
[SNode2, infinity, Args2];
|
||||
[SNode3 | Args3] ->
|
||||
[SNode3, 10000, Args3];
|
||||
[SNode3, 60000, Args3];
|
||||
_ ->
|
||||
print_usage(),
|
||||
halt(?STATUS_USAGE)
|
||||
|
Loading…
Reference in New Issue
Block a user