mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Integrate native rollout UI and tune hydrate gating
This commit is contained in:
@@ -19,7 +19,7 @@ const DEFAULT_PERSIST_NATIVE_DELTA_THRESHOLD_RECORDS = 20000;
|
||||
const DEFAULT_PERSIST_NATIVE_DELTA_THRESHOLD_STRUCTURAL_DELTA = 600;
|
||||
const DEFAULT_PERSIST_NATIVE_DELTA_THRESHOLD_SERIALIZED_CHARS = 4000000;
|
||||
const DEFAULT_PERSIST_NATIVE_DELTA_BRIDGE_MODE = "json";
|
||||
const DEFAULT_NATIVE_HYDRATE_THRESHOLD_RECORDS = 12000;
|
||||
const DEFAULT_NATIVE_HYDRATE_THRESHOLD_RECORDS = 30000;
|
||||
const SUPPORTED_PERSIST_NATIVE_DELTA_BRIDGE_MODES = new Set(["json", "hash"]);
|
||||
const PERSIST_RECORD_SERIALIZATION_CACHE_LIMIT = 50000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user