Browse Source

Drop limit once again again again

offline
decentral1se 3 years ago
parent
commit
70b83b8142
No known key found for this signature in database GPG Key ID: 92DAD76BD9567B8A
  1. 2
      voicegardens/static/voicegardens.js

2
voicegardens/static/voicegardens.js

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

Loading…
Cancel
Save