forked from FoundKeyGang/FoundKey
remove charts
This commit is contained in:
parent
47f971c8de
commit
ce4b552fa7
1 changed files with 10 additions and 10 deletions
|
@ -28,18 +28,18 @@ export const perUserDriveChart = new PerUserDriveChart();
|
|||
export const apRequestChart = new ApRequestChart();
|
||||
|
||||
const charts = [
|
||||
federationChart,
|
||||
notesChart,
|
||||
// federationChart,
|
||||
// notesChart,
|
||||
usersChart,
|
||||
activeUsersChart,
|
||||
instanceChart,
|
||||
perUserNotesChart,
|
||||
driveChart,
|
||||
perUserReactionsChart,
|
||||
hashtagChart,
|
||||
// activeUsersChart,
|
||||
// instanceChart,
|
||||
// perUserNotesChart,
|
||||
// driveChart,
|
||||
// perUserReactionsChart,
|
||||
// hashtagChart,
|
||||
perUserFollowingChart,
|
||||
perUserDriveChart,
|
||||
apRequestChart,
|
||||
// perUserDriveChart,
|
||||
// apRequestChart,
|
||||
];
|
||||
|
||||
// Write memory information to DB every 20 minutes
|
||||
|
|
Loading…
Reference in a new issue