Skip to content

Commit

Permalink
Update ShopWiredThrottle.php
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwedgbury committed Sep 7, 2020
1 parent 0eb22a2 commit ac157db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShopWiredThrottle.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class ShopWiredThrottle
{
const BUCKET_SIZE = 40;
const BUCKET_SIZE = 30; // Originally 40
const DRAIN_PER_SECOND = 2;

private static $enabled = true;
Expand Down

0 comments on commit ac157db

Please sign in to comment.