Skip to content

Commit 8582e20

Browse files
committed
memory is the basic
1 parent 0a1c4cf commit 8582e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModuleConfig.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ component {
4646
// Request Tracker Options
4747
requestTracker : {
4848
// Store the request profilers in heap memory or in cachebox, default is cachebox
49-
storage : "cachebox",
49+
storage : "memory",
5050
// Which cache region to store the profilers in
5151
cacheName : "template",
5252
// Track all cbdebugger events, by default this is off, turn on, when actually profiling yourself :) How Meta!

0 commit comments

Comments
 (0)