Skip to content

Commit

Permalink
Reduce number of workers to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
emrojo committed Nov 1, 2019
1 parent 003b0ae commit 9704cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/amqp_client
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ APP_PATH = File.expand_path('../config/application', __dir__)

class AmqpClient
APP_NAME = 'unified_warehouse'.freeze
DEFAULT_WORKERS = 2
DEFAULT_WORKERS = 1
DEFAULT_PID_DIR = './tmp/pids'.freeze

NotImplimented = Class.new(StandardError)
Expand Down

0 comments on commit 9704cbc

Please sign in to comment.