Merge remote-tracking branch 'origin/dev' into feat/data-settings

This commit is contained in:
arifal
2025-02-05 13:40:13 +07:00
97 changed files with 2818 additions and 415 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);