Try 4 again

This commit is contained in:
decentral1se 2021-06-01 17:26:52 +02:00
parent 3b5a8924c2
commit 17acb8ae31
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

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