Fixed a couple of FOLLOWED_AND_VIEWED references that were missed

This commit is contained in:
CalDescent
2022-01-09 16:26:52 +00:00
parent 11e194292c
commit b4d2fae27f
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
"dataPath": "data-test",
"tempDataPath": "data-test/_temp",
"listsPath": "lists-test",
"storagePolicy": "FOLLOWED_AND_VIEWED",
"storagePolicy": "FOLLOWED_OR_VIEWED",
"maxStorageCapacity": 104857600,
"localAuthBypassEnabled": true
}