summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.default.php b/config.default.php
index 99acb883..6810ce9d 100644
--- a/config.default.php
+++ b/config.default.php
@@ -1,7 +1,10 @@
<?php
// Auto-refresh frequency in seconds for the public board view (60 seconds by default)
-define('AUTO_REFRESH_DURATION', 60);
+define('BOARD_PUBLIC_CHECK_INTERVAL', 60);
+
+// Board refresh frequency in seconds (the value 0 disable this feature, 10 seconds by default)
+define('BOARD_CHECK_INTERVAL', 10);
// Database driver: sqlite or mysql (sqlite by default)
define('DB_DRIVER', 'sqlite');