mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
slow it down a bit more under load
This commit is contained in:
@ -187,7 +187,7 @@ pub fn create(alloc: Allocator, loop: libuv.Loop) !*Window {
|
|||||||
.command = cmd,
|
.command = cmd,
|
||||||
.terminal = term,
|
.terminal = term,
|
||||||
.cursor_timer = timer,
|
.cursor_timer = timer,
|
||||||
.render_timer = try RenderTimer.init(loop, self, 16, 64),
|
.render_timer = try RenderTimer.init(loop, self, 16, 96),
|
||||||
.pty_stream = stream,
|
.pty_stream = stream,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user