Bläddra i källkod

Merge pull request #3197 from Lua00808/fix-typo

Fix typo.
Lauri Ojansivu 5 år sedan
förälder
incheckning
a5e5b44330
2 ändrade filer med 2 tillägg och 2 borttagningar
  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