Module: nagvis Branch: master Commit: ce64ae53440259886d5586efe75012656ec04830 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=ce64ae53440259886d5586efe75012656ec04830
Author: Lars Michelsen <[email protected]> Date: Fri May 7 22:30:23 2010 +0200 Disabled profiling --- 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
