You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: servers/su/README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,7 @@ Create a .env file with the following variables, or set them in the OS:
57
57
-`SU_FILE_SYNC_DB_DIR` a directory for a RocksDB backup that will hold the full binary files that are the bundles, messages, and assignments. Only used by the cli binary.
58
58
-`SU_INDEX_SYNC_DB_DIR` a directory for a RocksDB backup that will hold an index of Processes and Messages for ordering and querying. Only used by the cli binary.
59
59
60
-
## Experimental environment variables
61
-
To use the expirimental fully local storage system set the following evnironment variables.
60
+
To use the fully local storage system set the following evnironment variables.
62
61
-`USE_LOCAL_STORE` if true the SU will operate on purely RocksDB
63
62
-`SU_FILE_DB_DIR` a local RocksDB directory of bundles
64
63
-`SU_INDEX_DB_DIR` a local index of processes and messages
0 commit comments