We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What page or section of the docs have an issue? Docs for max_fps
Describe the issue When setting max_fps = 360 I am met with an error:
max_fps = 360
error converting Lua table to Config (Config::from_dynamic: Error processing Config::max_fps: out of range integral type conversion attempted. { "max_fps": 360, }) stack traceback: [C]: in metamethod 'newindex' [string "/home/ryan/.config/wezterm/wezterm.lua"]:18: in main chunk
Based on the error, I gather that 360 is too high, but the limits are not documented.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What page or section of the docs have an issue?
Docs for max_fps
Describe the issue
When setting
max_fps = 360
I am met with an error:Based on the error, I gather that 360 is too high, but the limits are not documented.
The text was updated successfully, but these errors were encountered: