Skip to content

Commit

Permalink
Fix apps engine's scheduler faulty tasks update
Browse files Browse the repository at this point in the history
  • Loading branch information
thassiov committed Aug 6, 2021
1 parent 89ee544 commit d471479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-mongo-config/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tls.DEFAULT_ECDH_CURVE = 'auto';
const mongoConnectionOptions = {
// add retryWrites=false if not present in MONGO_URL
...!process.env.MONGO_URL.includes('retryWrites') && { retryWrites: false },
// ignoreUndefined: false, // TODO evaluate adding this config
ignoreUndefined: false,
};

const mongoOptionStr = process.env.MONGO_OPTIONS;
Expand Down

0 comments on commit d471479

Please sign in to comment.