Skip to content

Commit

Permalink
fixing documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnader committed Nov 7, 2010
1 parent f054208 commit 2293667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Delayed::Worker.destroy_failed_jobs = false
Delayed::Worker.sleep_delay = 60
Delayed::Worker.max_attempts = 3
Delayed::Worker.max_run_time = 5.minutes
Delayed::Worker.loq_queries = false # if you don't want the sql query to show up in your log every 5 secs
Delayed::Worker.log_queries = false # if you don't want the sql query to show up in your log every 5 secs
</pre>

h3. Cleaning up
Expand Down

0 comments on commit 2293667

Please sign in to comment.