Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iMactool committed Jun 25, 2023
1 parent c2c0371 commit bda9fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StableDiffusion.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ private function saveResult($result, $url)
private function client(): ClientInterface
{
return ApplicationContext::getContainer()->get(ClientFactory::class)->create([
// 'timeout' => 10,
'timeout' => 600,
'headers' => [
'Accept' => 'application/json',
'Content-Type' => 'application/json',
Expand Down

0 comments on commit bda9fcb

Please sign in to comment.