diff options
Diffstat (limited to 'conf/config.php')
| -rw-r--r-- | conf/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php index 781172d..c6fce92 100644 --- a/conf/config.php +++ b/conf/config.php | |||
| @@ -25,6 +25,9 @@ $CONFIG['time_range']['uptime'] = 31536000; | |||
| 25 | # show load averages on overview page | 25 | # show load averages on overview page |
| 26 | $CONFIG['showload'] = true; | 26 | $CONFIG['showload'] = true; |
| 27 | 27 | ||
| 28 | # show graphs in bits or bytes | ||
| 29 | $CONFIG['datasize'] = 'bytes'; | ||
| 30 | |||
| 28 | # browser cache time for the graphs (in seconds) | 31 | # browser cache time for the graphs (in seconds) |
| 29 | $CONFIG['cache'] = 90; | 32 | $CONFIG['cache'] = 90; |
| 30 | 33 | ||
