mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
支持分布式限流
This commit is contained in:
@@ -138,7 +138,6 @@ public class DbIsvRoutePermissionManager extends DefaultIsvRoutePermissionManage
|
|||||||
switch (channelMsg.getOperation()) {
|
switch (channelMsg.getOperation()) {
|
||||||
case "reload":
|
case "reload":
|
||||||
log.info("重新加载路由权限信息,isvRoutePermission:{}", isvRoutePermission);
|
log.info("重新加载路由权限信息,isvRoutePermission:{}", isvRoutePermission);
|
||||||
String listenPath = isvRoutePermission.getListenPath();
|
|
||||||
try {
|
try {
|
||||||
load();
|
load();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
Reference in New Issue
Block a user