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-07-12 11:25:12 +0200 |
commit | 2f0d88cae4cdb9e4478db3d417ff0045fa72400a (patch) | |
tree | dc5922cae847e27da60bbdc5fd002f4c64823a8b /apps/files_versions | |
parent | e7959d3da07ee8e577713452303cd10f9b587119 (diff) | |
download | nextcloud-server-2f0d88cae4cdb9e4478db3d417ff0045fa72400a.tar.gz nextcloud-server-2f0d88cae4cdb9e4478db3d417ff0045fa72400a.zip |
adjust comments
Diffstat (limited to 'apps/files_versions')
-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; |