Skip to content

Commit

Permalink
FileSession: set greater gc probability
Browse files Browse the repository at this point in the history
  • Loading branch information
forrest79 committed Sep 9, 2024
1 parent 5906211 commit c059062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tracy/Session/FileSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class FileSession implements SessionStorage
public string $cookieName = 'tracy-session';

/** probability that the clean() routine is started */
public float $gcProbability = 0.001;
public float $gcProbability = 0.01;
private string $dir;

/** @var resource */
Expand Down

0 comments on commit c059062

Please sign in to comment.