1
0
mirror of /repos/Prototyper.git synced 2026-02-27 16:12:00 +01:00

mongo tweaks, in attempt to make saving to same mongo document more synchronous

This commit is contained in:
Aiko Mastboom
2013-04-22 01:33:38 +02:00
parent 5ef7f3aa3a
commit 1770ac8d16

View File

@@ -11,6 +11,10 @@ var config = {
mongo: {
server: "mongodb://silo01.local:27017/Prototyper",
options: {
db: {
native_parser: true,
fsync: true
},
server: {
maxPoolSize: 10,
auto_reconnect: true