Cap uploads, GC empty boards, drop classic UI
Close residual audit P2: 5 MiB recording limit, opportunistic orphan board GC, and remove static/index.html.
This commit is contained in:
@@ -17,6 +17,8 @@ def client(tmp_path: Path, monkeypatch: pytest.MonkeyPatch) -> TestClient:
|
||||
monkeypatch.setenv("STORK_COOKIE_SECURE", "false")
|
||||
monkeypatch.delenv("STORK_READONLY_BOARD_IDS", raising=False)
|
||||
monkeypatch.delenv("STORK_RL_BOARDS_PER_HOUR", raising=False)
|
||||
monkeypatch.delenv("STORK_MAX_UPLOAD_BYTES", raising=False)
|
||||
monkeypatch.delenv("STORK_ORPHAN_BOARD_HOURS", raising=False)
|
||||
|
||||
import stork.app as app_mod
|
||||
import stork.rate_limit as rl_mod
|
||||
|
||||
Reference in New Issue
Block a user