screencopy: Set the rate limit to 30 Hz

pull/55/head
Andri Yngvason 2020-06-27 00:03:59 +00:00
parent 2b522ee596
commit 46fdbfb109
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include "time-util.h"
#include "usdt.h"
#define RATE_LIMIT 20.0 // Hz
#define RATE_LIMIT 30.0 // Hz
#define DELAY_SMOOTHER_TIME_CONSTANT 0.5 // s
void screencopy_stop(struct screencopy* self)