Changeset 977
- Timestamp:
- 11/12/07 15:27:07 (1 year ago)
- Files:
-
- apps/benchmark/config/merb.yml (modified) (1 diff)
- apps/benchmark/script/benchmark (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
apps/benchmark/config/merb.yml
r973 r977 18 18 # which memory store to use. Built-in options are: memory, cookie, or mem_cache 19 19 #:session_store: sequel 20 21 :use_mutex: false 20 22 21 23 #:memory_session_ttl: 3600 # one hour apps/benchmark/script/benchmark
r973 r977 2 2 err = STDERR.dup 3 3 STDERR.reopen("/dev/null") 4 5 GC.disable 6 GC.disable 4 7 5 8 err.puts "* Starting Merb"
