lib/openwfe/engine/file_persisted_engine.rb in openwferu-0.9.13 vs lib/openwfe/engine/file_persisted_engine.rb in openwferu-0.9.14

- old
+ new

@@ -28,12 +28,10 @@ # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. #++ # -# $Id: definitions.rb 2725 2006-06-02 13:26:32Z jmettraux $ -# # # "made in Japan" # # Nicolas Modrzyk at openwfe.org @@ -62,12 +60,10 @@ # Overrides the method already found in Engine with a persisted # expression storage # def build_expression_storage () - @application_context[:work_directory] = "./work" - init_service(S_EXPRESSION_STORAGE, YamlFileExpressionStorage) end # # Uses a file persisted error journal. @@ -91,10 +87,9 @@ protected def build_expression_storage () @application_context[:expression_cache_size] = 1000 - @application_context[:work_directory] = "./work" init_service( S_EXPRESSION_STORAGE, CacheExpressionStorage)