lib/plezi/common/settings.rb in plezi-0.10.17 vs lib/plezi/common/settings.rb in plezi-0.11.0

- old
+ new

@@ -6,10 +6,10 @@ module_function # The maximum number of threads that are used for concurrency. def max_threads - @max_threads ||= 8 + @max_threads ||= 30 end # Sets the maximum number of threads that are used for concurrency. def max_threads=val @max_threads = val end