Merge pull request #9936 from id/feat-disable-disksup

feat: disable disksup by default
This commit is contained in:
Zaiming (Stone) Shi 2023-02-10 09:17:13 +01:00 committed by GitHub
commit 40f719a34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -113,3 +113,6 @@
## Mnesia thresholds ## Mnesia thresholds
-mnesia dump_log_write_threshold 5000 -mnesia dump_log_write_threshold 5000
-mnesia dump_log_time_threshold 60000 -mnesia dump_log_time_threshold 60000
## Disable os_mon's disksup by default
-os_mon start_disksup false

View File

@ -0,0 +1 @@
Disable disksup (part of os_mon) in releases by default.

View File

@ -0,0 +1 @@
在发行版中默认禁用diskupos_mon的一部分