lib/keen/client.rb in keen-0.1.7 vs lib/keen/client.rb in keen-0.1.8
- old
+ new
@@ -25,11 +25,11 @@
raise "auth_token must be string" unless auth_token.kind_of? String
default_options = {
:logging => true,
- # warning! not caching locally leads to bad performance:
- :cache_locally => true,
+ # should we cache events locally somewhere? if false, sends directly to Keen
+ :cache_locally => false,
# this is required if cache_locally is true:
:storage_class => nil,
# all keys will be prepended with this: