1
0
Fork 0

Post expiry: Limit for deletions

This commit is contained in:
Michael 2020-10-17 08:16:17 +00:00
commit 5a685427ac
2 changed files with 37 additions and 23 deletions

View file

@ -187,7 +187,8 @@ return [
// dbclean-expire-limit (Integer)
// This defines the number of items that are to be deleted in a single call.
// Reduce this value when you are getting memory issues.
// Reduce this value when you are getting lock issues.
// A value of 0 disables the deletion process.
'dbclean-expire-limit' => 1000,
// diaspora_test (Boolean)