Skip to content

Commit feb9d32

Browse files
authored
Merge pull request #57 from SpenserCai/dev
change time out
2 parents 20200fd + 4349fc5 commit feb9d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webui.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @Date: 2023-08-11 13:15:25
44
* @version:
55
* @LastEditors: SpenserCai
6-
* @LastEditTime: 2023-08-26 12:35:45
6+
* @LastEditTime: 2023-09-01 13:15:08
77
* @Description: file content
88
*/
99
package webui
@@ -23,7 +23,7 @@ type StableDiffInterface struct {
2323
}
2424

2525
func NewStableDiffInterface(host string) *StableDiffInterface {
26-
rclient.DefaultTimeout = 120 * time.Second
26+
rclient.DefaultTimeout = 600 * time.Second
2727
var client *StableDiffClient.StableDiffusion
2828
if host == "" {
2929
client = StableDiffClient.NewHTTPClient(strfmt.Default)

0 commit comments

Comments
 (0)