diff options
| -rw-r--r-- | river/LayoutDemand.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/river/LayoutDemand.zig b/river/LayoutDemand.zig index c0567eb..226a40c 100644 --- a/river/LayoutDemand.zig +++ b/river/LayoutDemand.zig @@ -38,7 +38,7 @@ const log = std.log.scoped(.layout); const Error = error{ViewDimensionMismatch}; -const timeout_ms = 1000; +const timeout_ms = 100; serial: u32, /// Number of views for which dimensions have not been pushed. |
