mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-17 23:56:57 +08:00
perf: bound runtime memory and storage usage
This commit is contained in:
@@ -13,6 +13,7 @@ import update from './update';
|
||||
import dashboard from './dashboard';
|
||||
import health from './health';
|
||||
import clientIp from './clientIp';
|
||||
import retention from './retention';
|
||||
|
||||
export default () => {
|
||||
const app = Router();
|
||||
@@ -30,6 +31,7 @@ export default () => {
|
||||
dashboard(app);
|
||||
health(app);
|
||||
clientIp(app);
|
||||
retention(app);
|
||||
|
||||
return app;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user