Skip to content

Commit

Permalink
Merge ae7d9ae into b93d296
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwdan committed Oct 14, 2016
2 parents b93d296 + ae7d9ae commit b0189b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/throttle/throttle.php
Expand Up @@ -12,7 +12,7 @@
$times = [
['value' => 0, 'time' => 100],
['value' => 1, 'time' => 600],
['value' => 2, 'time' => 400],
['value' => 2, 'time' => 350],
['value' => 3, 'time' => 900],
['value' => 4, 'time' => 200]
];
Expand Down

0 comments on commit b0189b5

Please sign in to comment.