From 88f029a0c80f67a911c3d242153dac9163413553 Mon Sep 17 00:00:00 2001 From: zhangming Date: Sun, 3 Nov 2024 23:21:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9storename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/postgresql/default.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/postgresql/default.go b/store/postgresql/default.go index 32be53a..f3e1985 100644 --- a/store/postgresql/default.go +++ b/store/postgresql/default.go @@ -29,7 +29,7 @@ const ( // SystemNamespace system namespace SystemNamespace = "Polaris" // STORENAME database storage name - STORENAME = "PostgresqlStore" + STORENAME = "postgresqlStore" // DefaultConnMaxLifetime default maximum connection lifetime DefaultConnMaxLifetime = 60 * 30 // 默认是30分钟 // emptyEnableTime 规则禁用时启用时间的默认值