Commit 9040133
committed
feat(webapp): allow a fractional ck vtime quantum
The vtime Lua serves weighted fair-queue tags and handles a sub-1 quantum (a
finer serve granularity), and ckVtimeRegistration.test.ts exercises it at 0.3,
but RUN_ENGINE_CK_VTIME_QUANTUM was schema-constrained to integers. Drop the
.int() so the env no longer blocks a capability the engine already has. Default
stays 1 (the weight hook is fixed at 1 today).
Flagged by Devin on #4367.1 parent a9a14be commit 9040133
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1224 | 1224 | | |
1225 | 1225 | | |
1226 | 1226 | | |
1227 | | - | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
1228 | 1231 | | |
1229 | 1232 | | |
1230 | 1233 | | |
| |||
0 commit comments