Use 5 as new limit

This commit is contained in:
decentral1se 2021-06-01 18:38:08 +02:00
parent 8fbd640fac
commit 0d31789e10
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

@ -12,7 +12,7 @@ var _canvas;
var offlineRecordingDuration = 2000;
// Offline limits for hardware considerations
var offlineLimits = 4;
var offlineLimits = 5;
// URL which exposes the archive saving API end-point
var archiveUrl = window.location + "add-to-archive";