mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
no memory prolier as php-pecl-memprof extension was not found
This commit is contained in:
parent
6f032f8e7a
commit
1cb4140c28
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@
|
|||
define('LOG_SYSLOG_PROGRAM', '[z-push]');
|
||||
|
||||
|
||||
define('LOG_MEMORY_PROFILER', true);
|
||||
define('LOG_MEMORY_PROFILER', false);
|
||||
define('LOG_MEMORY_PROFILER_FILE', 'LOGTOCHANGE/memory_profile');
|
||||
|
||||
/**********************************************************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue