Skip to content

Commit

Permalink
config for recording mode
Browse files Browse the repository at this point in the history
  • Loading branch information
leventcz committed May 27, 2024
1 parent dee8aa0 commit 65cffa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/top.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/*
|--------------------------------------------------------------------------
| Connection
| Redis Connection
|--------------------------------------------------------------------------
|
| Specify the Redis database connection from config/database.php
Expand All @@ -24,9 +24,9 @@
| By default, Top only listens to your application when it is running.
| If you want to access metrics through the facade, you can select the 'always' mode.
|
| Available Modes: "while_running", "always"
| Available Modes: "runtime", "always"
|
*/

'recording_mode' => env('TOP_RECORDING_MODE', 'while_running'),
'recording_mode' => env('TOP_RECORDING_MODE', 'runtime'),
];

0 comments on commit 65cffa2

Please sign in to comment.