Skip to content

Commit

Permalink
MB-100: Increase node fill threshold
Browse files Browse the repository at this point in the history
Change-Id: I2d1ae272767a7d98afb501f6b8b9073b846bf14d
Reviewed-on: http://review.couchbase.org/28076
Reviewed-by: Volker Mische <volker.mische@gmail.com>
Tested-by: Volker Mische <volker.mische@gmail.com>
  • Loading branch information
vmx committed Jul 31, 2014
1 parent 72ab24a commit 99df6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gc-couchbase/etc/couchdb/default.d/geocouch.ini
Expand Up @@ -3,8 +3,8 @@ spatial_view_manager={couch_set_view, start_link, [prod, spatial_view]}
spatial_view_manager_dev={couch_set_view, start_link, [dev, spatial_view]}

[spatial_views]
vtree_kv_node_threshold = 2000
vtree_kp_node_threshold = 2000
vtree_kv_node_threshold = 4000
vtree_kp_node_threshold = 4000
vtree_min_fill_rate = 0.4

[httpd_global_handlers]
Expand Down

0 comments on commit 99df6d4

Please sign in to comment.