There was an error while loading. Please reload this page.
1 parent f10572e commit 6107f53Copy full SHA for 6107f53
1 file changed
apps/webapp/app/v3/snapshotStoreBoot.server.ts
@@ -9,7 +9,7 @@ import { getSnapshotStoreConfig, getSnapshotSweepClient } from "./snapshotStoreI
9
* default config evicts the slots it owns while every other node stays safe. `unknown` covers a
10
* managed endpoint that refuses CONFIG GET, which is evidence of nothing either way.
11
*/
12
-export type EvictionPolicyReport =
+type EvictionPolicyReport =
13
| { kind: "unknown"; reason: string }
14
| { kind: "known"; nodes: { node: string; policy: string }[] };
15
0 commit comments