1
0
mirror of https://github.com/ltcptgeneral/cs239-caching.git synced 2025-04-05 21:57:24 +00:00
cs239-caching/app/config_baseline.yaml
Arthur Lu f7903f4fea add individual config files for each strategy,
config file path can be specified as the second argument
2025-02-28 19:17:44 +00:00

4 lines
224 B
YAML

cache_strategy: "Baseline" # Change this to "Prefetch" or "Tiered" or "Seive"
cache_limit: 10
l2_cache_limit: 100
db_file: "llmData_sns.json" # Change this to the name of any json file within the "database/datastore" folder