tomoyo233
tomoyo233
实测现在并没有问题
用F12 复制全部cookie就好了
> reproduce example please? I have the same situation, I am a beginner, I was locked after frequent update operations
> reproduce example please? Sorry, I forgot to tell you, I have goroutine to query the database, I think it has something to do with this
> > > reproduce example please? > > > > > > Sorry, I forgot to tell you, I have goroutine to query the database, I think it has something...
> > &_pragma=journal_mode(WAL)&_pragma=busy_timeout(5000) > > yes Hello, I should have solved the problem that,Only 1 open connection allowed. ` sqlDB, err := db.DB() sqlDB.SetMaxOpenConns(1) // SetMaxOpenConns sets the maximum number...