Skip to content

Commit

Permalink
Adding Real ECS vnest object Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
msalem2 committed Apr 14, 2017
1 parent 07c1e0b commit 016d1ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion patches/3.0.0.1/vnest.object.properties
Expand Up @@ -24,6 +24,7 @@ object.BcastThreshold=100

# comm requests to other servers
object.PaxosClientTimeoutSecs=10
object.PaxosSuspectedTimeoutMillis=3000

# Total number of pre-allocated files
object.NumOfFiles=10
Expand Down Expand Up @@ -81,6 +82,7 @@ object.BTree.DaysToRetain=2
object.BTree.RecycleBinDir=recycleBin
object.BTree.StalePageRetenionDays=15
object.VNestStaleJournalRetentionDays=5
object.BTreeGCScriptTimeoutSecs=7200

# index BFW
object.IndexMaxSizePerWrite=524288
Expand Down Expand Up @@ -116,6 +118,9 @@ object.OperationsToggledLengthSeconds=10
object.OperationsToggleEnabled=true
object.DiagnosticsEnabled=false


# DT initialized, but can't create journal chunk
object.WaitForReadOnlySecs=60

# Use separate thread pools to prevent deadlock in vnest init
object.UseSeparateThreadPools=true

0 comments on commit 016d1ee

Please sign in to comment.