Changeset 579
- Timestamp:
- 07/02/08 08:44:03 (3 months ago)
- Files:
-
- thingfish/branches/rack-conversion (copied) (copied from thingfish/trunk)
- thingfish/branches/rack-conversion/lib/thingfish/daemon.rb (copied) (copied from thingfish/trunk/lib/thingfish/daemon.rb)
- thingfish/branches/rack-conversion/lib/thingfish/metastore.rb (copied) (copied from thingfish/trunk/lib/thingfish/metastore.rb)
- thingfish/branches/rack-conversion/misc/rake/benchmark.rb (modified) (1 diff)
- thingfish/branches/rack-conversion/plugins/thingfish-filter-mp3/lib/thingfish/filter/mp3.rb (copied) (copied from thingfish/trunk/plugins/thingfish-filter-mp3/lib/thingfish/filter/mp3.rb)
- thingfish/branches/rack-conversion/plugins/thingfish-filter-mp3/spec/thingfish/filter/mp3_spec.rb (copied) (copied from thingfish/trunk/plugins/thingfish-filter-mp3/spec/thingfish/filter/mp3_spec.rb)
- thingfish/branches/rack-conversion/plugins/thingfish-handler-formupload/lib/thingfish/handler/formupload.rb (copied) (copied from thingfish/trunk/plugins/thingfish-handler-formupload/lib/thingfish/handler/formupload.rb)
- thingfish/branches/rack-conversion/plugins/thingfish-handler-formupload/spec/thingfish/handler/formupload_spec.rb (copied) (copied from thingfish/trunk/plugins/thingfish-handler-formupload/spec/thingfish/handler/formupload_spec.rb)
- thingfish/branches/rack-conversion/spec/thingfish/daemon_spec.rb (copied) (copied from thingfish/trunk/spec/thingfish/daemon_spec.rb)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
thingfish/branches/rack-conversion/misc/rake/benchmark.rb
r529 r579 36 36 config.logging.level = 'error' 37 37 config.logging.logfile = 'stderr' 38 config.plugins.filestore.maxsize = TESTIMAGE.size * 50238 config.plugins.filestore.maxsize = TESTIMAGE.size * 1000 39 39 config.plugins.handlers << 40 40 {"simplemetadata"=>{"resource_dir"=>"var/www", "uris"=>"/metadata"}} <<
