mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-05 22:56:24 +00:00
refactor: timeout 시간 수정
This commit is contained in:
parent
014efef2bb
commit
4e969b1088
@ -56,7 +56,7 @@ public class PythonAiPosterGenerator implements AiPosterGenerator {
|
||||
.bodyValue(requestBody)
|
||||
.retrieve()
|
||||
.bodyToMono(Map.class)
|
||||
.timeout(Duration.ofSeconds(90))
|
||||
.timeout(Duration.ofSeconds(300))
|
||||
.block();
|
||||
|
||||
// 응답에서 content(이미지 URL) 추출
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user