Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Conway committed Apr 1, 2011
1 parent b1999ac commit 72a33a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque-restriction/restriction_job.rb
Expand Up @@ -7,7 +7,7 @@ module Plugins
# # The prefix to append to the queue for its restriction queue
# config.restriction_queue_prefix = 'restriction'
# # how many items to scan in the restriction queue at a time - should be large when you have few workers
# config.restriction_queue_batch_size = 100
# config.restriction_queue_batch_size = 1
# # how long before expiring concurrent keys - should be larger than your longest running job
# config.concurrent_key_expire = 60*60*3
# end
Expand Down

0 comments on commit 72a33a5

Please sign in to comment.