src/Pure/Tools/phabricator.scala
changeset 71129 557703db74c3
parent 71128 f79006c533b0
child 71131 1579a9160c7f
equal deleted inserted replaced
71128:f79006c533b0 71129:557703db74c3
   314         Path.basic(isabelle_phabricator_name(ext = "ini"))
   314         Path.basic(isabelle_phabricator_name(ext = "ini"))
   315 
   315 
   316     File.write(php_conf,
   316     File.write(php_conf,
   317       "post_max_size = 32M\n" +
   317       "post_max_size = 32M\n" +
   318       "opcache.validate_timestamps = 0\n" +
   318       "opcache.validate_timestamps = 0\n" +
   319       "memory_limit = 512M\n")
   319       "memory_limit = 512M\n" +
       
   320       "max_execution_time = 120\n")
   320 
   321 
   321 
   322 
   322     /* Apache setup */
   323     /* Apache setup */
   323 
   324 
   324     progress.echo("Apache setup ...")
   325     progress.echo("Apache setup ...")