mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
缓存策略移除“容纳Key数量”选项
This commit is contained in:
@@ -36,7 +36,6 @@ func (this *CreatePopupAction) RunPost(params struct {
|
||||
|
||||
CapacityJSON []byte
|
||||
MaxSizeJSON []byte
|
||||
MaxKeys int64
|
||||
SyncCompressionCache bool
|
||||
|
||||
Description string
|
||||
@@ -97,7 +96,6 @@ func (this *CreatePopupAction) RunPost(params struct {
|
||||
Name: params.Name,
|
||||
Description: params.Description,
|
||||
CapacityJSON: params.CapacityJSON,
|
||||
MaxKeys: params.MaxKeys,
|
||||
MaxSizeJSON: params.MaxSizeJSON,
|
||||
Type: params.Type,
|
||||
OptionsJSON: optionsJSON,
|
||||
|
||||
@@ -60,7 +60,6 @@ func (this *UpdateAction) RunPost(params struct {
|
||||
|
||||
CapacityJSON []byte
|
||||
MaxSizeJSON []byte
|
||||
MaxKeys int64
|
||||
SyncCompressionCache bool
|
||||
|
||||
Description string
|
||||
@@ -143,7 +142,6 @@ func (this *UpdateAction) RunPost(params struct {
|
||||
Name: params.Name,
|
||||
Description: params.Description,
|
||||
CapacityJSON: params.CapacityJSON,
|
||||
MaxKeys: params.MaxKeys,
|
||||
MaxSizeJSON: params.MaxSizeJSON,
|
||||
Type: params.Type,
|
||||
OptionsJSON: optionsJSON,
|
||||
|
||||
Reference in New Issue
Block a user