mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Implement batched updates
No docs yet, more testing needed.
This commit is contained in:
parent
7d82fe353e
commit
ec998ccbc8
6 changed files with 123 additions and 10 deletions
|
|
@ -4,4 +4,4 @@ end
|
|||
|
||||
local is_O2 = inline_test() ~= "inline_test"
|
||||
|
||||
return { strict = not is_O2 }
|
||||
return { strict = not is_O2, batch = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue