This commit is contained in:
Redkale
2020-12-14 13:57:57 +08:00
parent 7f46b3194a
commit c44e00a100

View File

@@ -81,7 +81,7 @@ public class TransportWatchService extends AbstractWatchService {
break; break;
} }
} }
application.restoreConfig(); //application.restoreConfig();
} }
return RetResult.success(); return RetResult.success();
} }
@@ -113,7 +113,7 @@ public class TransportWatchService extends AbstractWatchService {
break; break;
} }
} }
application.restoreConfig(); //application.restoreConfig();
} }
return RetResult.success(); return RetResult.success();
} }