feat: disable disksup by default
This commit is contained in:
parent
cec8afe1b4
commit
fdb802975c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue