Skip to content

Commit

Permalink
Change timeout (#6)
Browse files Browse the repository at this point in the history
* Add changeable appId feature

* Add set app id feature for message

* Add change app id test

* Update readme

* Code refactoring

* Change timeout

* Fix lint

Co-authored-by: Enver Cigal <[email protected]>
  • Loading branch information
envercigal and Enver Cigal committed Aug 9, 2022
1 parent 581a70a commit 28f2d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OneSignalChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class OneSignalChannel
{
protected string $appId;

protected int $timeout = 10;
protected int $timeout = 0;

const ENDPOINT = 'https://onesignal.com/api/v1/notifications';

Expand Down

0 comments on commit 28f2d53

Please sign in to comment.