X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=server.h;h=a3e032d88f71a2f66b9613781d64053a6f32b143;hp=4f964873b22503c54c1fa782c0785d453d5ba345;hb=0cb56be70f7ca4f4564eea892a99d20032359a1d;hpb=3fd8650ccf3da3960a946d8ac9abc305aec399ce diff --git a/server.h b/server.h index 4f96487..a3e032d 100644 --- a/server.h +++ b/server.h @@ -19,6 +19,7 @@ class ClientProto; struct Stream; #define EPOLL_MAX_EVENTS 8192 +#define EPOLL_TIMEOUT_MS 20 #define MAX_CLIENT_REQUEST 16384 class CubemapStateProto;