Skip to content

Commit 67e7a10

Browse files
committed
Trying to see if the problem with Resque is because of threadsafe
1 parent 6a0dc8b commit 67e7a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/application.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
module Badgiy
99
class Application < Rails::Application
10-
config.threadsafe!
11-
config.allow_concurrency = true
10+
#config.threadsafe!
11+
#config.allow_concurrency = true
1212

1313
config.autoload_paths += %W(#{config.root}/app)
1414

0 commit comments

Comments
 (0)