mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
fix: bump span_visual_container_version to force backfill re-run with new container admission code
This commit is contained in:
parent
71477d8b69
commit
2fa8ea2ceb
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from pathlib import Path
|
|||
from paperforge.core.io import read_json, write_json
|
||||
|
||||
CURRENT_SPAN_BACKFILL_VERSION = "2026-06-22.1"
|
||||
CURRENT_SPAN_VISUAL_CONTAINER_VERSION = "2026-06-26.4"
|
||||
CURRENT_SPAN_VISUAL_CONTAINER_VERSION = "2026-06-26.5"
|
||||
MIN_SPAN_BACKFILL_COVERAGE = 0.90
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue