disable paywall
Some checks failed
Sync Repo / git-sync (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled

This commit is contained in:
2026-03-26 20:03:17 +01:00
parent 62d97413bc
commit 2ffd3a64cb
4 changed files with 32 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ export class WebApplication extends SNApplication implements WebApplicationInter
/**
* iOS file:// based origin does not work with production cookies
*/
apiVersion: platform === Platform.Ios || platform === Platform.Android ? ApiVersion.v0 : ApiVersion.v1,
apiVersion: platform === Platform.Ios || platform === Platform.Android ? ApiVersion.v0 : ApiVersion.v0,
loadBatchSize:
deviceInterface.environment === Environment.Mobile ? 250 : ApplicationOptionsDefaults.loadBatchSize,
sleepBetweenBatches: