Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
f6366c7b
Unverified
Commit
f6366c7b
authored
Aug 02, 2019
by
Andreas Braun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PHPLIB-461: Lower periodicNoopIntervalSecs
parent
91ecd2c8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
4 deletions
+20
-4
cluster_replset.json
mongo-orchestration/sharded_clusters/cluster_replset.json
+20
-4
No files found.
mongo-orchestration/sharded_clusters/cluster_replset.json
View file @
f6366c7b
...
@@ -50,7 +50,11 @@
...
@@ -50,7 +50,11 @@
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"port"
:
4400
,
"port"
:
4400
,
"bind_ip_all"
:
true
"bind_ip_all"
:
true
,
"setParameter"
:
{
"periodicNoopIntervalSecs"
:
1
,
"writePeriodicNoops"
:
true
}
}
},
}
},
{
"procParams"
:
{
{
"procParams"
:
{
"dbpath"
:
"/tmp/SHARDED-RS/SHARD1/4401"
,
"dbpath"
:
"/tmp/SHARDED-RS/SHARD1/4401"
,
...
@@ -59,7 +63,11 @@
...
@@ -59,7 +63,11 @@
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"port"
:
4401
,
"port"
:
4401
,
"bind_ip_all"
:
true
"bind_ip_all"
:
true
,
"setParameter"
:
{
"periodicNoopIntervalSecs"
:
1
,
"writePeriodicNoops"
:
true
}
}
}
}
}
]
]
}
}
...
@@ -76,7 +84,11 @@
...
@@ -76,7 +84,11 @@
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"port"
:
4410
,
"port"
:
4410
,
"bind_ip_all"
:
true
"bind_ip_all"
:
true
,
"setParameter"
:
{
"periodicNoopIntervalSecs"
:
1
,
"writePeriodicNoops"
:
true
}
}
},
}
},
{
"procParams"
:
{
{
"procParams"
:
{
"dbpath"
:
"/tmp/SHARDED-RS/SHARD2/4411"
,
"dbpath"
:
"/tmp/SHARDED-RS/SHARD2/4411"
,
...
@@ -85,7 +97,11 @@
...
@@ -85,7 +97,11 @@
"journal"
:
true
,
"journal"
:
true
,
"logappend"
:
true
,
"logappend"
:
true
,
"port"
:
4411
,
"port"
:
4411
,
"bind_ip_all"
:
true
"bind_ip_all"
:
true
,
"setParameter"
:
{
"periodicNoopIntervalSecs"
:
1
,
"writePeriodicNoops"
:
true
}
}
}
}
}
]
]
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment