diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-27 14:22:01 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-06-27 14:22:01 +0200 |
commit | 5ce718f0b1723a5c2b1f2b70e06014907ce892f3 (patch) | |
tree | d342b091565df3f5c5697c5718c8288323bcf748 /apps | |
parent | 84ad37ac9a2eb777ec80828ad3b38bc0fab18652 (diff) | |
download | nextcloud-server-5ce718f0b1723a5c2b1f2b70e06014907ce892f3.tar.gz nextcloud-server-5ce718f0b1723a5c2b1f2b70e06014907ce892f3.zip |
adjust comments
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_versions/lib/versions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_versions/lib/versions.php b/apps/files_versions/lib/versions.php index 80d7e78a221..b526c9a18db 100644 --- a/apps/files_versions/lib/versions.php +++ b/apps/files_versions/lib/versions.php @@ -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; |