diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-07-26 15:15:47 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-07-26 15:15:47 +0200 |
commit | 0a9bb8ba73f80fd63592d994c837345698131e9b (patch) | |
tree | d8012cca55cd56d16b03a0ab122ba73503d62f03 /config | |
parent | efd8ad6696ebc8ff138ad71df4c0c0b788f19b6f (diff) | |
download | nextcloud-server-0a9bb8ba73f80fd63592d994c837345698131e9b.tar.gz nextcloud-server-0a9bb8ba73f80fd63592d994c837345698131e9b.zip |
reduce time for auto expire to 30 days by default
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 4d1950d60ee..8d978ea6ee7 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -114,8 +114,8 @@ $CONFIG = array( /* Password to use for sendmail mail, depends on mail_smtpauth if this is used */ "mail_smtppassword" => "", -/* How long should ownCloud keep deleted files in the trash bin, default value: 180 days */ -'trashbin_retention_obligation' => 180, +/* How long should ownCloud keep deleted files in the trash bin, default value: 30 days */ +'trashbin_retention_obligation' => 30, /* allow user to change his display name, if it is supported by the back-end */ 'allow_user_to_change_display_name' => true, |