mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added PROCESS_LOG_LIMIT for limit to rows to display of process logs
This commit is contained in:
@@ -240,6 +240,12 @@ if (!defined('ALLOW_PAGE_REFRESH')) define ('ALLOW_PAGE_REFRESH',true);
|
||||
*/
|
||||
if (!defined('ALLOW_RESPONDENT_SELECTOR')) define ('ALLOW_RESPONDENT_SELECTOR',true);
|
||||
|
||||
|
||||
/**
|
||||
* Number of log records to display
|
||||
*/
|
||||
if (!defined('PROCESS_LOG_LIMIT')) define('PROCESS_LOG_LIMIT', 500);
|
||||
|
||||
/**
|
||||
* Database configuration for queXS
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user