summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batched_command_response.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-12-04 19:47:33 -0500
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-12-08 13:05:01 -0500
commitaf5beba92742b8aa296f812c526304fa492a459a (patch)
tree0cc5c77f1808bfd3f9198737477e70c24fe512f0 /src/mongo/s/write_ops/batched_command_response.h
parent7f3d0f2cfac80f49d8c7d8ec6aeaad7cae6d6cb0 (diff)
downloadmongo-af5beba92742b8aa296f812c526304fa492a459a.tar.gz
SERVER-21050 Make dist lock timeouts uniform
This change makes the dist lock acquisition timeouts to be uniform across all users and sets the default to be 5 seconds (which is the maximum that we have been using so far).
Diffstat (limited to 'src/mongo/s/write_ops/batched_command_response.h')
-rw-r--r--src/mongo/s/write_ops/batched_command_response.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/s/write_ops/batched_command_response.h b/src/mongo/s/write_ops/batched_command_response.h
index 32ae02b9f62..bf2cb1c6f68 100644
--- a/src/mongo/s/write_ops/batched_command_response.h
+++ b/src/mongo/s/write_ops/batched_command_response.h
@@ -88,8 +88,6 @@ public:
//
void setOk(int ok);
- void unsetOk();
- bool isOkSet() const;
int getOk() const;
void setErrCode(int errCode);