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();
|
export const apRequestChart = new ApRequestChart();
|
||||||
|
|
||||||
const charts = [
|
const charts = [
|
||||||
federationChart,
|
// federationChart,
|
||||||
notesChart,
|
// notesChart,
|
||||||
usersChart,
|
usersChart,
|
||||||
activeUsersChart,
|
// activeUsersChart,
|
||||||
instanceChart,
|
// instanceChart,
|
||||||
perUserNotesChart,
|
// perUserNotesChart,
|
||||||
driveChart,
|
// driveChart,
|
||||||
perUserReactionsChart,
|
// perUserReactionsChart,
|
||||||
hashtagChart,
|
// hashtagChart,
|
||||||
perUserFollowingChart,
|
perUserFollowingChart,
|
||||||
perUserDriveChart,
|
// perUserDriveChart,
|
||||||
apRequestChart,
|
// apRequestChart,
|
||||||
];
|
];
|
||||||
|
|
||||||
// Write memory information to DB every 20 minutes
|
// Write memory information to DB every 20 minutes
|
||||||
|
|
Loading…
Reference in a new issue