From d811d11ecc84444c93e447bbd884df06cef8d52c Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Tue, 30 Dec 2025 12:46:25 +0800 Subject: [PATCH] update --- config/toml/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/toml/config.toml b/config/toml/config.toml index c7cd45c..768e8fe 100644 --- a/config/toml/config.toml +++ b/config/toml/config.toml @@ -4,10 +4,10 @@ name = "Fiber starter" host = "http://38.47.185.86" port = ":8800" domain = "https://dev.mikulnews.com/api" -external-port = ":8802" +external-port = ":8804" idle-timeout = 5 # As seconds print-routes = false -prefork = true +prefork = false production = false body-limit = 1048576000 # "100 * 1024 * 1024"