Implement update rate limit
Closes #117 Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d9fc8dafde
commit
c06768f70f
7 changed files with 71 additions and 0 deletions
|
@ -54,6 +54,12 @@
|
|||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
namespace rack {
|
||||
namespace settings {
|
||||
int rateLimit = 0;
|
||||
}
|
||||
}
|
||||
|
||||
namespace patchUtils
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue