Skip to content

Commit f7279b8

Browse files
authored
Update WebPushServiceProvider.php
1 parent 0cc5410 commit f7279b8

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
@@ -34,7 +34,7 @@ public function boot()
3434
$this->webPushAuth(), [], 30, config('webpush.client_options', [])
3535
))
3636
->setReuseVAPIDHeaders(true)
37-
->setAutomaticPadding(config('webpush.automatic_padding', 4078));
37+
->setAutomaticPadding(config('webpush.automatic_padding', 3052));
3838
});
3939

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

0 commit comments

Comments
 (0)