Explorar el Código

Merge pull request #8895 from weseek/support/change-ssr-body-length

support: Decrease max SSR body length
Yuki Takei hace 1 año
padre
commit
eedbe5e5c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/app/src/server/service/config-loader.ts

+ 1 - 1
apps/app/src/server/service/config-loader.ts

@@ -715,7 +715,7 @@ const ENV_VAR_NAME_TO_CONFIG_INFO = {
     ns: 'crowi',
     key: 'app:ssrMaxRevisionBodyLength',
     type: ValueType.NUMBER,
-    default: 30000,
+    default: 3000,
   },
   WIP_PAGE_EXPIRATION_SECONDS: {
     ns: 'crowi',