File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ persisted objects to load upon entering any scene.
11
11
- Install nodejs
12
12
- ` npm install `
13
13
14
+ ## Updating Mongodb
15
+ Note that updating major versions of mongodb will require setting the appropriate compatibility version
16
+ per [ documentation] ( https://www.mongodb.com/docs/manual/release-notes/8.0-upgrade-standalone/#prerequisites )
17
+
14
18
## Usage
15
19
16
20
### Persistence
@@ -24,7 +28,7 @@ persisted objects to load upon entering any scene.
24
28
25
29
### TTL
26
30
Adding a ` ttl ` (float seconds) to the top level MQTT message for any ` create ` action signals that the object
27
- will be automatically deleted from peristence after set duration, as well as a correspdoning ` delete ` action message
31
+ will be automatically deleted from peristence after set duration, as well as a corresponding ` delete ` action message
28
32
sent over pubsub. ` ttl ` implies that ` persist ` is ` true ` .
29
33
30
34
### Templates
You can’t perform that action at this time.
0 commit comments