mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-12-16 02:05:08 +00:00
add individual config files for each strategy,
config file path can be specified as the second argument
This commit is contained in:
4
app/config_prefetch.yaml
Normal file
4
app/config_prefetch.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
cache_strategy: "Prefetch" # 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
|
||||
Reference in New Issue
Block a user