浏览代码

Fix typo.

Lua00808 5 年之前
父节点
当前提交
ee6852f8ea
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docker-compose.yml
  2. 1 1
      torodb-postgresql/docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -180,7 +180,7 @@ services:
       # that if you're using more than 1 instance of Wekan
       # (or any MeteorJS based tool) you're supposed to set
       # MONGO_OPLOG_URL as an environment variable.
-      # Without setting it, Meteor will perform a pull-and-diff
+      # Without setting it, Meteor will perform a poll-and-diff
       # update of it's dataset. With it, Meteor will update from
       # the OPLOG. See here
       #   https://blog.meteor.com/tuning-meteor-mongo-livedata-for-scalability-13fe9deb8908

+ 1 - 1
torodb-postgresql/docker-compose.yml

@@ -173,7 +173,7 @@ services:
       # that if you're using more than 1 instance of Wekan
       # (or any MeteorJS based tool) you're supposed to set
       # MONGO_OPLOG_URL as an environment variable.
-      # Without setting it, Meteor will perform a pull-and-diff
+      # Without setting it, Meteor will perform a poll-and-diff
       # update of it's dataset. With it, Meteor will update from
       # the OPLOG. See here
       #   https://blog.meteor.com/tuning-meteor-mongo-livedata-for-scalability-13fe9deb8908