mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
added an option to change the stored retention values
This commit is contained in:
@ -123,6 +123,8 @@ $config['PAGE_LEN'] = 20;
|
||||
$config['MAX_NUMBER_OF_FROM_ITEMS'] = 5;
|
||||
$config['MAX_SEARCH_HITS'] = 1000;
|
||||
|
||||
$config['DEFAULT_RETENTION'] = 0;
|
||||
|
||||
$config['LOCALHOST'] = '127.0.0.1';
|
||||
$config['PILER_HOST'] = '1.2.3.4';
|
||||
$config['PILER_PORT'] = 25;
|
||||
|
Reference in New Issue
Block a user