Restore monitoring on recheck and prevent release-search proxy timeouts
This commit is contained in:
@@ -2,6 +2,7 @@ const backendUrl = process.env.BACKEND_INTERNAL_URL || 'http://backend:8000'
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
experimental: { proxyTimeout: 180000 },
|
||||
async rewrites() {
|
||||
return [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user