readtimeout fix

This commit is contained in:
Yan Lin 2026-01-25 06:50:52 +01:00
parent b7e5f3c03d
commit e5cde5371e

View file

@ -30,6 +30,7 @@
}; };
websecure = { websecure = {
address = ":443"; address = ":443";
transport.respondingTimeouts.readTimeout = "0s";
}; };
mongodb = { mongodb = {
address = ":27017"; address = ":27017";