Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correction in new MongoMQ() options #5

Merged
merged 1 commit into from Dec 11, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -42,7 +42,7 @@ options
* mqDB - Database to store queue in, defaults to 'MongoMQ'
* username - Optional value of the username to validate against Mongo with
* password - Optional value of the password to validate against Mongo with
* server - If not running against a ReplicaSet this is the server to connect to
* host - If not running against a ReplicaSet this is the server to connect to
* port - If not running against a ReplicaSet this is the server port to connect with
* servers[] - If connecting to a ReplicaSet then this is a collection of {host: 'hostname', port: 1234} objects defining the root entry for the ReplicaSet
* collectionSize - The size in bytes to cap the collection at, defaults to 100000000
Expand Down