Skip to content

Commit

Permalink
The default processor.options => usec was set to 0.2 which was throwi…
Browse files Browse the repository at this point in the history
…ng an exception. Changed it to 200000.
  • Loading branch information
Casey Wilson authored and elazar committed May 23, 2010
1 parent cda2231 commit ae1bf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Settings.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ return array(
),

'processor' => 'async',
'processor.options' => array('usec' => 0.2),
'processor.options' => array('usec' => 200000),
// Time zone. See: http://www.php.net/manual/en/timezones.php
'timezone' => 'UTC',

Expand Down

0 comments on commit ae1bf37

Please sign in to comment.