Skip to content

Commit

Permalink
Merge branch 'per_worker_config' into glyde_stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Morabito committed Oct 23, 2008
2 parents e619c14 + 9a32874 commit ce90dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/meta_worker.rb
Expand Up @@ -140,7 +140,7 @@ def persistent_delay

# Returns true if persistent jobs should be run for this worker.
def run_persistent_jobs?
!get_conig_value(:persistent_disabled, false)
!get_config_value(:persistent_disabled, false)
end

# return job key from thread global variable
Expand Down

0 comments on commit ce90dfd

Please sign in to comment.