We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fbee9 commit cd63b5dCopy full SHA for cd63b5d
assets/components/LogViewer/LogAnalytics.vue
@@ -31,7 +31,7 @@
31
import { Container } from "@/models/Container";
32
import { type Table } from "@apache-arrow/esnext-esm";
33
const { container } = defineProps<{ container: Container }>();
34
-const query = ref("SELECT * FROM logs");
+const query = ref("SELECT * FROM logs LIMIT 100");
35
const error = ref<string | null>(null);
36
const debouncedQuery = debouncedRef(query, 500);
37
const evaluating = ref(false);
0 commit comments