remove strict
This commit is contained in:
parent
69245d059d
commit
873b241aea
|
@ -15,4 +15,3 @@ if ENV["PROFILE"]
|
||||||
ObjectSpace.trace_object_allocations_start
|
ObjectSpace.trace_object_allocations_start
|
||||||
Sidekiq.logger.info "allocations tracing enabled"
|
Sidekiq.logger.info "allocations tracing enabled"
|
||||||
end
|
end
|
||||||
Sidekiq.strict_args!(false)
|
|
||||||
|
|
Loading…
Reference in New Issue