Reduce scheduling latency to 10ms

This commit is contained in:
Keith Packard 2003-11-13 09:18:07 +00:00
parent 91c293c7e9
commit bb2f664686
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-11-13 Keith Packard <keithp@keithp.com>
* xcompmgr.c:
Reduce scheduling latency to 10ms
2003-11-13 Keith Packard <keithp@keithp.com>
* xcompmgr.c: (make_gaussian_map), (sum_gaussian), (make_shadow),

View File

@ -768,7 +768,7 @@ time_in_millis ()
return(tp.tv_sec * 1000) + (tp.tv_usec / 1000);
}
#define INTERVAL 30
#define INTERVAL 10
main ()
{