소스 검색

petra - max. groesse fuer dateiupload hochgesetzt - von 100K auf 128K

Ignore-this: 38f9a16d3205ef4eb6998c17dd09e7d7
FF-DO-Wiki mesh-j-4 9 년 전
부모
커밋
1cde3fb404
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      _NOWIKI/gitit.conf

+ 1 - 1
_NOWIKI/gitit.conf

@@ -157,7 +157,7 @@ use-cache: yes
 cache-dir: cache
 # directory where rendered pages will be cached
 
-max-upload-size: 100K
+max-upload-size: 128K
 # specifies an upper limit on the size (in bytes) of files uploaded
 # through the wiki's web interface.
 # To disable uploads, set this to 0K.