Skip to content

Commit

Permalink
give events time to accumulate in Polling
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Jun 26, 2015
1 parent 7bfdcce commit d6ba1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/listen/adapter/polling.rb
Expand Up @@ -8,7 +8,7 @@ module Adapter
class Polling < Base
OS_REGEXP = // # match every OS

DEFAULTS = { latency: 1.0, wait_for_delay: 0.01 }
DEFAULTS = { latency: 1.0, wait_for_delay: 0.05 }

private

Expand Down

0 comments on commit d6ba1b2

Please sign in to comment.