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 767abfe commit 72fa4eaCopy full SHA for 72fa4ea
genkit-tools/telemetry-server/src/index.ts
@@ -47,7 +47,7 @@ export async function startTelemetryServer(params: {
47
await params.traceStore.init();
48
const api = express();
49
50
- api.use(express.json({ limit: params.maxRequestBodySize ?? '30mb' }));
+ api.use(express.json({ limit: params.maxRequestBodySize ?? '100mb' }));
51
52
api.get('/api/__health', async (_, response) => {
53
response.status(200).send('OK');
0 commit comments