mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
adjust comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user