This commit is contained in:
@@ -41,6 +41,17 @@ Moved sample wiki to users instead of widgets
|
|||||||
2020-06-02 14:54:56.9979|INFO|Seeder|Seeding completed successfully
|
2020-06-02 14:54:56.9979|INFO|Seeder|Seeding completed successfully
|
||||||
2020-06-02 14:54:56.9979|INFO|Seeder|Seeder: setting server state back to Open
|
2020-06-02 14:54:56.9979|INFO|Seeder|Seeder: setting server state back to Open
|
||||||
|
|
||||||
|
=-=-=-=-=-
|
||||||
|
remove sample wiki entirely
|
||||||
|
Less words in notes, forced to be 0 to 5 was 0 to 10
|
||||||
|
2020-06-02 15:20:02.7634|INFO|Seeder|Seeding HUGE number of user(s)....
|
||||||
|
2020-06-02 15:20:49.4433|INFO|Seeder|1463 Users seeded in 46683 ms
|
||||||
|
2020-06-02 15:20:49.4433|INFO|Seeder|Seeding 20,000 Widgets....
|
||||||
|
2020-06-02 15:27:15.8894|INFO|Seeder|20k Widgets seeded in 386441 ms
|
||||||
|
2020-06-02 15:27:15.8894|INFO|Seeder|Seeding completed successfully
|
||||||
|
2020-06-02 15:27:15.8894|INFO|Seeder|Seeder: setting server state back to Open
|
||||||
|
db now 90mb down from 600 originally!!
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
/>
|
/>
|
||||||
</v-sheet>
|
</v-sheet>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="3" class="my-1">
|
<v-col cols="12" sm="6" lg="4" xl="3" class="my-1">
|
||||||
<v-sheet elevation="4">
|
<v-sheet elevation="4">
|
||||||
<gz-chart-pie :chartData="dbTopTablesChartData" />
|
<gz-chart-pie :chartData="dbTopTablesChartData" />
|
||||||
</v-sheet>
|
</v-sheet>
|
||||||
@@ -324,12 +324,11 @@ export default {
|
|||||||
labels: window.$gz._.map(this.db.topTables, "name"),
|
labels: window.$gz._.map(this.db.topTables, "name"),
|
||||||
datasets: [
|
datasets: [
|
||||||
{
|
{
|
||||||
label: "Table size (MB)",
|
label: "Top tables (MB)",
|
||||||
data: window.$gz._.map(this.db.topTables, "value"),
|
data: window.$gz._.map(this.db.topTables, "value"),
|
||||||
backgroundColor: getPalette(
|
backgroundColor: getPalette(
|
||||||
this.db.topTables ? this.db.topTables.length : 3
|
this.db.topTables ? this.db.topTables.length : 3
|
||||||
)
|
)
|
||||||
// getPalette( this.db.topTables ? this.db.topTables.length : 3 )
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user