Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Update mongodb.conf
Browse files Browse the repository at this point in the history
set the default timeout value to 1, otherwise it can hang for 20 seconds
  • Loading branch information
ilyam8 authored Jul 12, 2022
1 parent f7a0ba5 commit a5ad84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/go.d/mongodb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
jobs:
- name: local
uri: 'mongodb://localhost:27017'
timeout: 20
timeout: 1

0 comments on commit a5ad84e

Please sign in to comment.