Changed some config defaults.

Added documentation
This commit is contained in:
Karl Seguin
2014-10-14 13:43:34 +07:00
parent d9d6e2b00e
commit a81a0f665c
2 changed files with 74 additions and 2 deletions

View File

@@ -12,10 +12,10 @@ type Configuration struct {
func Configure() *Configuration {
return &Configuration{
buckets: 64,
buckets: 16,
itemsToPrune: 500,
deleteBuffer: 1024,
getsPerPromote: 10,
getsPerPromote: 3,
promoteBuffer: 1024,
maxItems: 5000,
tracking: false,