Commit bcb29de
committed
Fix DEDUPE_TIME_WINDOW type in web config schema to float
The config loader was changed from getint to getfloat to accept
fractional seconds (commit 9ff9f0d), but the web configuration
editor schema still declared the key as integer. Update to float
with min=0 so the editor renders a decimal input.
https://claude.ai/code/session_01AaF4EqZPib3pmM44w8DJXD1 parent c69bc2e commit bcb29de
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
0 commit comments