readtimeout fix
This commit is contained in:
parent
b7e5f3c03d
commit
e5cde5371e
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
||||||
};
|
};
|
||||||
websecure = {
|
websecure = {
|
||||||
address = ":443";
|
address = ":443";
|
||||||
|
transport.respondingTimeouts.readTimeout = "0s";
|
||||||
};
|
};
|
||||||
mongodb = {
|
mongodb = {
|
||||||
address = ":27017";
|
address = ":27017";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue