We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20200fd + 4349fc5 commit feb9d32Copy full SHA for feb9d32
webui.go
@@ -3,7 +3,7 @@
3
* @Date: 2023-08-11 13:15:25
4
* @version:
5
* @LastEditors: SpenserCai
6
- * @LastEditTime: 2023-08-26 12:35:45
+ * @LastEditTime: 2023-09-01 13:15:08
7
* @Description: file content
8
*/
9
package webui
@@ -23,7 +23,7 @@ type StableDiffInterface struct {
23
}
24
25
func NewStableDiffInterface(host string) *StableDiffInterface {
26
- rclient.DefaultTimeout = 120 * time.Second
+ rclient.DefaultTimeout = 600 * time.Second
27
var client *StableDiffClient.StableDiffusion
28
if host == "" {
29
client = StableDiffClient.NewHTTPClient(strfmt.Default)
0 commit comments