mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- Remove oplog. Need to think how to do it properly.
Thanks to xet7 !
This commit is contained in:
parent
f060e02fc0
commit
f1bd36a3b8
1 changed files with 1 additions and 1 deletions
|
|
@ -29,4 +29,4 @@ if [ "x" != "x${MONGODB_PORT}" ]; then
|
||||||
fi
|
fi
|
||||||
echo "mongodb bind options: $BIND_OPTIONS"
|
echo "mongodb bind options: $BIND_OPTIONS"
|
||||||
|
|
||||||
mongod --dbpath $SNAP_COMMON --logpath $SNAP_COMMON/mongodb.log --logappend --journal $BIND_OPTIONS --smallfiles --oplogSize 128
|
mongod --dbpath $SNAP_COMMON --logpath $SNAP_COMMON/mongodb.log --logappend --journal $BIND_OPTIONS --smallfiles
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue