Skip to content

Commit 99c4a28

Browse files
goaroundjoostdebruijn
authored andcommitted
Update WebPushServiceProvider.php
1 parent 875aaad commit 99c4a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebPushServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function boot(): void
3030
$this->webPushAuth(), [], 30, config('webpush.client_options', [])
3131
))
3232
->setReuseVAPIDHeaders(true)
33-
->setAutomaticPadding(config('webpush.automatic_padding', 4078));
33+
->setAutomaticPadding(config('webpush.automatic_padding', 3052));
3434
});
3535

3636
$this->app->when(WebPushChannel::class)

0 commit comments

Comments
 (0)