summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-06-29 06:11:47 -0400
committerGitHub <noreply@github.com>2020-06-29 06:11:47 -0400
commita5e5b44330a60f9782f15fffdd495423de42e1b5 (patch)
tree248f04abc68c9980afb2bee1c6096310c247c662
parent2575552e11bdb975d90d31a35bd83cb0eed1faf7 (diff)
parentee6852f8ea677d664cb89fe578d241d602e27ad2 (diff)
downloadwekan-a5e5b44330a60f9782f15fffdd495423de42e1b5.tar.gz
wekan-a5e5b44330a60f9782f15fffdd495423de42e1b5.tar.bz2
wekan-a5e5b44330a60f9782f15fffdd495423de42e1b5.zip
Merge pull request #3197 from Lua00808/fix-typo
Fix typo.
-rw-r--r--docker-compose.yml2
-rw-r--r--torodb-postgresql/docker-compose.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index cc60d294..338840dd 100644
--- a/docker-compose.yml
+++ b/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
diff --git a/torodb-postgresql/docker-compose.yml b/torodb-postgresql/docker-compose.yml
index 793a9b4f..5ea02525 100644
--- a/torodb-postgresql/docker-compose.yml
+++ b/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