This commit is contained in:
Firman Herdiansyah
2025-02-04 19:53:59 +07:00
parent 9e506ebbaa
commit f38d518f96
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ class ServiceClient
);
}
public function makeRequest($url, $method = 'GET', $body = null, $headers = [], $timeout = 300){
public function makeRequest($url, $method = 'GET', $body = null, $headers = [], $timeout = 14400){
try {
$headers = array_merge($this->headers, $headers);

2
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "Darkone-Laravel",
"name": "sibedas-pbg-web",
"lockfileVersion": 3,
"requires": true,
"packages": {