kayx23 commented on code in PR #9604: URL: https://github.com/apache/apisix/pull/9604#discussion_r1219024758
########## docs/en/latest/debug-mode.md: ########## @@ -37,6 +37,7 @@ You can enable the basic debug mode by adding this line to your debug configurat basic: enable: true ``` +APISIX syncs the configuration passed in debug.yaml on startup and then checks if the file was modified on an interval of 1 second. If the file is changed, then it resyncs the debug configuration so that users don't have to reload for the debug configuration to take effect. Review Comment: @Revolyssup could you help confirm in code if: * 1 second is the default * 1 second could be modified by config under `/conf` (or is it hardcoded) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
