From f855f4fdca2ad17d182e3d2243716785847283be Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <gua@adhisimon.org> Date: Thu, 19 Apr 2018 18:15:02 +0700 Subject: [PATCH] config advice_max_age_ms dan advice_is_topuprequest --- config.sample.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.sample.json b/config.sample.json index 146ee5c..3915052 100644 --- a/config.sample.json +++ b/config.sample.json @@ -25,6 +25,8 @@ "control_panel": { "listen_port": 27441 }, + "advice_max_age_ms": 0, + "advice_is_topuprequest": false, "do_not_verbose_log_report": true, "force_all_to_pending": false } -- 1.9.0