core: explicitly calculate min and max quantum

Just clamp to default for now until we can implement power save mode.
This commit is contained in:
Wim Taymans 2019-10-24 12:19:21 +02:00
parent b74080ea55
commit 12fb58add1
4 changed files with 18 additions and 9 deletions

View file

@ -49,9 +49,6 @@
#define DEFAULT_IDLE_SECONDS 3
#define MIN_QUANTUM_SIZE 64
#define MAX_QUANTUM_SIZE 1024
struct impl;
struct monitor {