Module: nagvis Branch: master Commit: 7fa42ac5f72854ec1e6bd1232c79433b48e4bee3 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=7fa42ac5f72854ec1e6bd1232c79433b48e4bee3
Author: Lars Michelsen <[email protected]> Date: Tue May 11 19:45:13 2010 +0200 Removed profiling by default again --- share/server/core/defines/global.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/server/core/defines/global.php b/share/server/core/defines/global.php index 6ff152c..ebf2dac 100644 --- a/share/server/core/defines/global.php +++ b/share/server/core/defines/global.php @@ -41,7 +41,7 @@ set_include_path( // Enable/Disable profiling of NagVis using xhprof. To make use of this the // xhprof php module needs to be loaded and the xhprof_lib directory needs // to be available in /var/www. -define('PROFILE', true); +define('PROFILE', false); // enable/disable the debug mode define('DEBUG', false); ------------------------------------------------------------------------------ _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
