|
@@ -69,7 +69,7 @@ func (u *UnLoginPushManager) Work() {
|
|
|
defer u.Lock.Unlock()
|
|
|
log.Printf("Work----Buff size %d\n", len(u.Date))
|
|
|
for _, v := range u.Date {
|
|
|
- if v.Createtime+util.Int64All(config.Seoconfig["aftefSavePushId"]) < time.Now().Unix() {
|
|
|
+ if v.Createtime+util.Int64All(config.Seoconfig["afterSavePushId"]) < time.Now().Unix() {
|
|
|
u.savePushId(v)
|
|
|
delete(u.Date, v.Rid)
|
|
|
}
|