Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
javasoze committed Jan 4, 2012
1 parent ca4e3dc commit adf198c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions example/cars/conf/sensei.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ sensei.index.directory = /tmp/sensei-example-cars
#sensei.index.batchDelay = 300000
#sensei.index.maxBatchSize = 10000
#sensei.index.realtime = true
#sensei.index.freshness = 1000


# indicator of freshness of data, in seconds, a number <=0 implies as fast as possible
sensei.index.freshness = 5

# gateway parameters

Expand All @@ -55,6 +58,3 @@ sensei.broker.port = 8080
#sensei.search.cluster.network.max.conn.per.node = 5
#sensei.search.cluster.network.stale.timeout.mins = 10
#sensei.search.cluster.network.stale.cleanup.freq.mins = 10

# inidcator of freshness of data, in seconds, a number <=0 implies as fast as possible
sensei.index.freshness = 5
7 changes: 3 additions & 4 deletions example/tweets/conf/sensei.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ sensei.index.batchSize = 10000
sensei.index.batchDelay = 300000
sensei.index.maxBatchSize = 10000
sensei.index.realtime = true
sensei.index.freshness = 1000

# indicator of freshness of data, in seconds, a number <=0 implies as fast as possible
sensei.index.freshness = 5
sensei.index.skipBadRecords = true

# gateway parameters
Expand All @@ -42,6 +44,3 @@ sensei.index.retention.column.timeunit=MILLISECONDS
sensei.indexing.retention.days=1
#This is to control the throughput of the events coming into Sensei
sensei.index.batchSize=5000

# inidcator of freshness of data, in seconds, a number <=0 implies as fast as possible
sensei.index.freshness = 5

0 comments on commit adf198c

Please sign in to comment.