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
In run.go there's a check blockstoreType == "mem", for a warning about production use of mem` blockstore.
This won't work in a non-single StorageID environment, and should be changed to include this.
The text was updated successfully, but these errors were encountered:
In
run.go
there's a checkblockstoreType == "mem", for a warning about production use of
mem` blockstore.This won't work in a non-single StorageID environment, and should be changed to include this.
The text was updated successfully, but these errors were encountered: