adjust comments

This commit is contained in:
Björn Schießle 2013-06-27 14:22:01 +02:00
parent e7959d3da0
commit 2f0d88cae4
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ class Storage {
}
// after every 1000s run reduce the number of all versions not only for the current file
// with the probability of 0.1% we reduce the number of all versions not only for the current file
$random = rand(0, 1000);
if ($random == 0) {
$allFiles = true;