mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-08 10:56:34 +00:00
Make the abnormal runtime threshold configurable.
This commit is contained in:
@@ -230,6 +230,12 @@ fn parseIntoField(
|
||||
0,
|
||||
) catch return error.InvalidValue,
|
||||
|
||||
u64 => std.fmt.parseInt(
|
||||
u64,
|
||||
value orelse return error.ValueRequired,
|
||||
0,
|
||||
) catch return error.InvalidValue,
|
||||
|
||||
f64 => std.fmt.parseFloat(
|
||||
f64,
|
||||
value orelse return error.ValueRequired,
|
||||
|
Reference in New Issue
Block a user