保存L2节点数据时同时记录缓存时间

This commit is contained in:
刘祥超
2022-04-05 11:00:55 +08:00
parent 221d7e6434
commit bd9c8b3d0e
5 changed files with 34 additions and 5 deletions

View File

@@ -8,6 +8,10 @@ import (
"github.com/TeaOSLab/EdgeCommon/pkg/serverconfigs"
)
const (
LNExpiresHeader = "X-Edge-Ln-Expires"
)
func (this *HTTPRequest) checkLnRequest() bool {
return false
}