Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #160 from anup-khanal-reisys/master
Browse files Browse the repository at this point in the history
default values for config
  • Loading branch information
anup-khanal committed Dec 4, 2017
2 parents 0fe11ae + 78ee4f5 commit 127baa7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion application/config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
| setting this variable to TRUE (boolean). See the user guide for details.
|
*/
$config['enable_hooks'] = FALSE;
$config['enable_hooks'] = TRUE;


/*
Expand Down Expand Up @@ -219,6 +219,15 @@
*/
$config['log_threshold'] = 0;

/*
|--------------------------------------------------------------------------
| Log Frequency Settings
|--------------------------------------------------------------------------
|
| Determines how often benchmarks are logged. 100 = 100% = all the time.
*/
$config['log_frequency'] = 100;

/*
|--------------------------------------------------------------------------
| Error Logging Directory Path
Expand Down

0 comments on commit 127baa7

Please sign in to comment.