@ -46,7 +46,7 @@ func textserver(c echo.Context) error {
}
func text_url(url string) int {
cli := goz.NewClient(goz.Options{
Timeout: 0.9,
Timeout: 2,
})
resp, err := cli.Get(url)