From f38d518f96ad8b240fb89f38aefd7bb2af33155c Mon Sep 17 00:00:00 2001 From: Firman Herdiansyah Date: Tue, 4 Feb 2025 19:53:59 +0700 Subject: [PATCH] Init Dev --- app/ServiceClient.php | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ServiceClient.php b/app/ServiceClient.php index 21edd49..be48fd5 100644 --- a/app/ServiceClient.php +++ b/app/ServiceClient.php @@ -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); diff --git a/package-lock.json b/package-lock.json index 6037de1..6861a22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "Darkone-Laravel", + "name": "sibedas-pbg-web", "lockfileVersion": 3, "requires": true, "packages": {