@rpcbase/server 0.110.0 → 0.112.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1450,7 +1450,7 @@ appendfsync everysec
1450
1450
  # BGSAVE or BGREWRITEAOF is in progress.
1451
1451
  #
1452
1452
  # This means that while another child is saving, the durability of Redis is
1453
- # the same as "appendfsync none". In practical terms, this means that it is
1453
+ # the same as "appendfsync no". In practical terms, this means that it is
1454
1454
  # possible to lose up to 30 seconds of log in the worst scenario (with the
1455
1455
  # default Linux settings).
1456
1456
  #
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.110.0",
3
+ "version": "0.112.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "bin": {