diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-11-13 19:53:08 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-11-13 19:53:08 +0100 |
commit | 0d588701cce86c990ab3a0e3f41700f1a125114b (patch) | |
tree | dab4031f815d5b11df8488202100b473ef7b32a6 /lib/capistrano/tasks | |
parent | 707de544f3b5c5710e97995ff8c70d1d1db41a16 (diff) | |
download | hmnoweb-0d588701cce86c990ab3a0e3f41700f1a125114b.tar.gz hmnoweb-0d588701cce86c990ab3a0e3f41700f1a125114b.tar.bz2 hmnoweb-0d588701cce86c990ab3a0e3f41700f1a125114b.zip |
Use async piwik stats by default.
Diffstat (limited to 'lib/capistrano/tasks')
-rw-r--r-- | lib/capistrano/tasks/configure_piwik.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/capistrano/tasks/configure_piwik.rake b/lib/capistrano/tasks/configure_piwik.rake index 93a697b..99c42bb 100644 --- a/lib/capistrano/tasks/configure_piwik.rake +++ b/lib/capistrano/tasks/configure_piwik.rake @@ -12,7 +12,7 @@ namespace :deploy do 'id_site' => fetch(:piwik_site_id), 'url' => fetch(:piwik_url), 'disabled' => fetch(:piwik_disabled, false), - 'use_async' => fetch(:piwik_async, false), + 'use_async' => fetch(:piwik_async, true), } } } |