Skip to content

Commit

Permalink
FileSession: greater $gcProbability value [Closes #585]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 4, 2024
1 parent 00b5060 commit 2eae53a
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.03;
private string $dir;

/** @var resource */
Expand Down

0 comments on commit 2eae53a

Please sign in to comment.