mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix typo.
This commit is contained in:
parent
2575552e11
commit
ee6852f8ea
2 changed files with 2 additions and 2 deletions
|
|
@ -180,7 +180,7 @@ services:
|
||||||
# that if you're using more than 1 instance of Wekan
|
# that if you're using more than 1 instance of Wekan
|
||||||
# (or any MeteorJS based tool) you're supposed to set
|
# (or any MeteorJS based tool) you're supposed to set
|
||||||
# MONGO_OPLOG_URL as an environment variable.
|
# 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
|
# update of it's dataset. With it, Meteor will update from
|
||||||
# the OPLOG. See here
|
# the OPLOG. See here
|
||||||
# https://blog.meteor.com/tuning-meteor-mongo-livedata-for-scalability-13fe9deb8908
|
# https://blog.meteor.com/tuning-meteor-mongo-livedata-for-scalability-13fe9deb8908
|
||||||
|
|
|
||||||
|
|
@ -173,7 +173,7 @@ services:
|
||||||
# that if you're using more than 1 instance of Wekan
|
# that if you're using more than 1 instance of Wekan
|
||||||
# (or any MeteorJS based tool) you're supposed to set
|
# (or any MeteorJS based tool) you're supposed to set
|
||||||
# MONGO_OPLOG_URL as an environment variable.
|
# 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
|
# update of it's dataset. With it, Meteor will update from
|
||||||
# the OPLOG. See here
|
# the OPLOG. See here
|
||||||
# https://blog.meteor.com/tuning-meteor-mongo-livedata-for-scalability-13fe9deb8908
|
# https://blog.meteor.com/tuning-meteor-mongo-livedata-for-scalability-13fe9deb8908
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue