We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1c4cf commit 8582e20Copy full SHA for 8582e20
ModuleConfig.cfc
@@ -46,7 +46,7 @@ component {
46
// Request Tracker Options
47
requestTracker : {
48
// Store the request profilers in heap memory or in cachebox, default is cachebox
49
- storage : "cachebox",
+ storage : "memory",
50
// Which cache region to store the profilers in
51
cacheName : "template",
52
// Track all cbdebugger events, by default this is off, turn on, when actually profiling yourself :) How Meta!
0 commit comments