Bug in Plugin Deleted files 1.1.0 in case of using custom user quota?

Hi,

I running latest NextCloud and Plugin Deleted Files. Access to ext. storage (local filesystem, 4mounts) is configured and enabled.

In case of setting my User quota to a custom value (20 GB in my case) recycle bin are cleared in the next minutes (according to cron cycle) by nexcloud for this user. In case of setting user quota to a standard value like 10GB I did not observe this behaviour again.

Does I face a bug or does I have a problem in my config.php?

Best Regards

Thomas

<?php $CONFIG = array ( 'instanceid' => ':-):-)', 'passwordsalt' => ':-):-)', 'secret' => ':-):-)', 'trusted_domains' => array ( 0 => ':-):-)', 1 => ':-):-).:-):-).:-):-)', ), 'datadirectory' => '/media/storage/nextcloud/data', 'overwrite.cli.url' => 'http://:-):-)/nextcloud', 'dbtype' => 'mysql', 'version' => '11.0.2.7', 'dbname' => ':-):-)', 'dbhost' => ':-):-)', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => ':-):-)', 'dbpassword' => ':-):-)', 'logtimezone' => 'UTC', 'installed' => true, 'versions_retention_obligation' => '180, auto', 'maintenance' => false, 'trashbin_retention_obligation' => '180, auto', 'memcache.local' => '\\OC\\Memcache\\APCu', 'loglevel' => 2, 'quota_include_external_storage' => false, 'updater.release.channel' => 'stable', );