You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): add periodic Fuseki TDB2 compaction sidecar to local stack (#1058)
Generated local deployments now include a fuseki-compact service that
periodically calls Fuseki's admin compact endpoint (deleteOld=true) to
reclaim on-disk space from TDB2's retained historical/deleted data and
keep query latency stable.
The cadence is configurable via FUSEKI_COMPACT_INTERVAL_SECONDS
(default: 86400s / 1 day), added to DEFAULT_ENV_VALUES so it is also
backfilled into existing .env files on 'abi deploy local'.
0 commit comments