X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=f114b5a74af5ec74c5224365a44989c032b4fead;hb=b7a460485a354ff11f25bcbf8a5ed7f87a6bfb62;hp=b075db36a06bada24930406869e72e30804419d6;hpb=736045c67da248745925d047eef235da38b18f62;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index b075db36a0..f114b5a74a 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -1,6 +1,6 @@ false, + // dice_profiler_threshold (Float) + // For profiling Dice class creation (0 = disabled, >0 = seconds threshold for profiling) + 'dice_profiler_threshold' => 0.5, + // diaspora_test (Boolean) // For development only. Disables the message transfer. 'diaspora_test' => false, @@ -295,6 +299,12 @@ return [ // on detected mobile devices 'itemspage_network_mobile' => 20, + // jpeg_quality (Integer) + // + // Lower numbers save space at cost of image detail + // where n is between 1 and 100, and with very poor results below about 50 + 'jpeg_quality' => 100, + // like_no_comment (Boolean) // Don't update the "commented" value of an item when it is liked. 'like_no_comment' => false, @@ -359,6 +369,10 @@ return [ // If you don't want to set a maximum length, set to -1. 'max_image_length' => -1, + // max_likers (Integer) + // Maximum number of "people who like (or don't like) this" that we will list by name + 'max_likers' => 75, + // max_processes_backend (Integer) // Maximum number of concurrent database processes for background tasks. 'max_processes_backend' => 5, @@ -429,10 +443,6 @@ return [ // Enable internal timings to help optimize code. Needed for "rendertime" addon. 'profiler' => false, - // proxy_cache_time (Integer) - // Period in seconds after which the cache is cleared. - 'proxy_cache_time' => 86400, - // pushpoll_frequency (Integer) // Frequency of contact poll for subhub contact using the DFRM or OStatus network. // Available values: @@ -568,12 +578,8 @@ return [ 'worker_defer_limit' => 15, // xrd_timeout (Integer) - // Timeout in seconds for fetching the XRD links. + // Timeout in seconds for fetching the XRD links and other requests with an expected shorter timeout 'xrd_timeout' => 20, - - // proxy_file_chmod (Integer) - // Access rights for downloaded files in /proxy/ directory - 'proxy_file_chmod' => 0640, ], 'experimental' => [ // exp_themes (Boolean)