mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Merge branch 'master' into add-github-actions-ci-e2e-testing
This commit is contained in:
commit
e6d19a3cbf
1 changed files with 1 additions and 0 deletions
|
|
@ -5763,6 +5763,7 @@ class SyncEngine {
|
|||
long thisFileSize = getSize(localFilePath);
|
||||
if (thisFileSize >= fileSizeLimit) {
|
||||
if (verboseLogging) {addLogEntry("Skipping file - excluded by skip_size config: " ~ localFilePath ~ " (" ~ to!string(thisFileSize/2^^20) ~ " MB)", ["verbose"]);}
|
||||
clientSideRuleExcludesPath = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue