slow it down a bit more under load

This commit is contained in:
Mitchell Hashimoto
2022-05-01 16:02:33 -07:00
parent a95e72eced
commit c0957dfc39

View File

@ -187,7 +187,7 @@ pub fn create(alloc: Allocator, loop: libuv.Loop) !*Window {
.command = cmd,
.terminal = term,
.cursor_timer = timer,
.render_timer = try RenderTimer.init(loop, self, 16, 64),
.render_timer = try RenderTimer.init(loop, self, 16, 96),
.pty_stream = stream,
};