tpmjs/apps
Ajax Davis 2c2c891ce0 fix: reduce maxDuration to 60s for Vercel Hobby plan compatibility
Routes with maxDuration=300 were silently failing on Vercel's edge
routing layer - requests never reached the serverless function (no
logs appeared). Vercel Hobby plan has a 60s max function duration.

Affected routes:
- /api/agents/[id]/conversation/[conversationId]
- /api/agents/[username]/[uid]/conversation/[conversationId]
- /api/mcp/[username]/[slug]/[transport]

The issue caused these routes to hang indefinitely until client timeout.
2026-01-09 07:06:54 +10:00
..
playground fix: add biome-ignore comments and config overrides for lint issues 2026-01-02 01:51:46 +10:00
railway-executor fix: add biome-ignore comments and config overrides for lint issues 2026-01-02 01:51:46 +10:00
tutorial fix: use 'tpmjs' keyword instead of deprecated 'tpmjs-tool' 2025-12-31 20:28:37 +10:00
web fix: reduce maxDuration to 60s for Vercel Hobby plan compatibility 2026-01-09 07:06:54 +10:00