This commit is contained in:
2026-03-02 17:57:13 +03:00
parent 3e0d3db47e
commit bca84ad269
6 changed files with 10 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ import (
"log"
"strconv"
"strings"
"time"
"ymgb/database"
"ymgb/database/mdb"
"ymgb/database/psql"
@@ -689,6 +690,7 @@ func generate(ctx *laniakea.MsgContext, db *database.Context) {
//draft.Flush()
break
}
time.Sleep(time.Millisecond * 250)
}
counter := redisRpRep.GetCounter(ctx.FromID, waifuId)