Implement update rate limit

Closes #117

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-18 09:50:50 +00:00
parent d9fc8dafde
commit c06768f70f
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
7 changed files with 71 additions and 0 deletions

View file

@ -54,6 +54,12 @@
# include <unistd.h>
#endif
namespace rack {
namespace settings {
int rateLimit = 0;
}
}
namespace patchUtils
{