mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06: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)
|
.bodyValue(requestBody)
|
||||||
.retrieve()
|
.retrieve()
|
||||||
.bodyToMono(Map.class)
|
.bodyToMono(Map.class)
|
||||||
.timeout(Duration.ofSeconds(90))
|
.timeout(Duration.ofSeconds(300))
|
||||||
.block();
|
.block();
|
||||||
|
|
||||||
// 응답에서 content(이미지 URL) 추출
|
// 응답에서 content(이미지 URL) 추출
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user