Commit f3785796c855b9cf5c983ba0ac5ce044530976a0
1 parent
086c1287
Exists in
master
and in
95 other branches
REMOTE_PARAMS_UPDATE_DELAY=86400
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/config.php
@@ -67,7 +67,7 @@ ini_set('user_agent', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:7.0) Gecko/201 | @@ -67,7 +67,7 @@ ini_set('user_agent', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:7.0) Gecko/201 | ||
67 | // ini_set('post_max_size',1050000000); | 67 | // ini_set('post_max_size',1050000000); |
68 | 68 | ||
69 | // Delay between two update of remote parameters (in sec.) | 69 | // Delay between two update of remote parameters (in sec.) |
70 | -define('REMOTE_PARAMS_UPDATE_DELAY', 3600); | 70 | +define('REMOTE_PARAMS_UPDATE_DELAY', 86400); |
71 | 71 | ||
72 | // General Info dirs | 72 | // General Info dirs |
73 | define('DATAPATH', IHM_SRC_DIR.'/generic_data/'); | 73 | define('DATAPATH', IHM_SRC_DIR.'/generic_data/'); |