Skip to content

Commit bda9fcb

Browse files
committed
update
1 parent c2c0371 commit bda9fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StableDiffusion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ private function saveResult($result, $url)
246246
private function client(): ClientInterface
247247
{
248248
return ApplicationContext::getContainer()->get(ClientFactory::class)->create([
249-
// 'timeout' => 10,
249+
'timeout' => 600,
250250
'headers' => [
251251
'Accept' => 'application/json',
252252
'Content-Type' => 'application/json',

0 commit comments

Comments
 (0)