Merge branch 'master' into add-github-actions-ci-e2e-testing

This commit is contained in:
abraunegg 2026-03-14 09:56:20 +11:00 committed by GitHub
commit e6d19a3cbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}
}