screencopy: Set the rate limit to 30 Hz

pixman-rendering
Andri Yngvason 2020-06-27 00:03:59 +00:00
parent 815b6ad52f
commit dc568d14e8
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)