Drop limit once again again again

This commit is contained in:
decentral1se 2021-06-01 19:02:54 +02:00
parent 33762430ae
commit 70b83b8142
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

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