Closed (fixed)
Project:
Barracuda
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2012 at 19:06 UTC
Updated:
29 Feb 2012 at 23:10 UTC
Now that Speed Booster is baked properly, _USE_SPEED_BOOSTER needs to be removed from .barracuda.cnf to remove confusion during ugrade process
Comments
Comment #1
omega8cc commentedRight, we removed the ability to not use Speed Booster globally, because we have now working live Purge feature for D6 and D7, so it is no longer an experimental feature and we force it to YES by default to no longer maintain duplicate config for Nginx, but you can still disable Speed Booster per site or per platform with
modules/ubercart/README.txtcontrol file.Comment #2
omega8cc commentedCommitted modified fix - option is not removed but commented out and explained that it is now enabled by default.
http://drupalcode.org/project/barracuda.git/commit/33e3a32
http://drupalcode.org/project/barracuda.git/commit/6ede2ed
Thanks!