Skip to content

Commit

Permalink
style(you): 修改过盾检查间隙
Browse files Browse the repository at this point in the history
  • Loading branch information
bincooo committed Jul 31, 2024
1 parent 1f6ecb9 commit b3a844c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/plugin/llm/you/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ func init() {
}

func timer() {
m10 := 10 * time.Minute
m30 := 30 * time.Minute

for {
time.Sleep(m10)
time.Sleep(m30)
if clearance != "" {
timeout, cancel := context.WithTimeout(context.Background(), 10*time.Second)
chat := you.New(iCookie, you.GPT_4, vars.Proxies)
Expand Down

0 comments on commit b3a844c

Please sign in to comment.