mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
Reduce scheduling latency to 10ms
This commit is contained in:
parent
91c293c7e9
commit
bb2f664686
2 changed files with 6 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -768,7 +768,7 @@ time_in_millis ()
|
|||
return(tp.tv_sec * 1000) + (tp.tv_usec / 1000);
|
||||
}
|
||||
|
||||
#define INTERVAL 30
|
||||
#define INTERVAL 10
|
||||
|
||||
main ()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue