Skip to content

Commit

Permalink
Implemented VAPID header caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Marín committed Jan 30, 2019
1 parent 14aa03e commit 6f0b769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebPush.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class WebPush
/**
* @var bool Reuse VAPID headers in the same flush session to improve performance
*/
private $reuseVAPIDHeaders = true;
private $reuseVAPIDHeaders = false;

/**
* @var array Dictionary for VAPID headers cache
Expand Down

0 comments on commit 6f0b769

Please sign in to comment.