mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 17:31:28 +00:00
bump up debugging in daemon
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
// continuously
|
||||
|
||||
define('DEFAULT_ERROR_LEVEL', E_ALL);
|
||||
error_reporting(E_ALL);
|
||||
|
||||
declare(ticks = 1);
|
||||
|
||||
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache-daemon');
|
||||
define('DISABLE_SESSIONS', true);
|
||||
define('DAEMON_EXTENDED_DEBUG', true);
|
||||
|
||||
define('PURGE_INTERVAL', 3600); // seconds
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
require_once "functions.php";
|
||||
require_once "magpierss/rss_fetch.inc";
|
||||
|
||||
error_reporting(E_ALL);
|
||||
|
||||
function sigint_handler() {
|
||||
unlink("update_daemon.lock");
|
||||
die("Received SIGINT. Exiting.\n");
|
||||
|
||||
Reference in New Issue
Block a user