mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-07 03:17:13 +08:00
Retry 3 times when quota is ful (#2767)
Co-authored-by: yangheran <heran.yang@seafile.com>
This commit is contained in:
parent
3af62964cc
commit
4b85bc22cd
@ -540,7 +540,8 @@ is_perm_error (int error)
|
||||
error == SYNC_ERROR_ID_NO_WRITE_PERMISSION ||
|
||||
error == SYNC_ERROR_ID_PERM_NOT_SYNCABLE ||
|
||||
error == SYNC_ERROR_ID_FOLDER_PERM_DENIED ||
|
||||
error == SYNC_ERROR_ID_TOO_MANY_FILES);
|
||||
error == SYNC_ERROR_ID_TOO_MANY_FILES ||
|
||||
error == SYNC_ERROR_ID_QUOTA_FULL);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user