소스 검색

update config sample

tags/v8.2beta1
Robin Appelman 8 년 전
부모
커밋
389c8077b0
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2
    4
      config/config.sample.php

+ 2
- 4
config/config.sample.php 파일 보기

@@ -1053,17 +1053,15 @@ $CONFIG = array(

/**
* Enables transactional file locking.
* This is disabled by default as it is still beta.
* This is enabled by default.
*
* Prevents concurrent processes from accessing the same files
* at the same time. Can help prevent side effects that would
* be caused by concurrent operations. Mainly relevant for
* very large installations with many users working with
* shared files.
*
* WARNING: BETA quality
*/
'filelocking.enabled' => false,
'filelocking.enabled' => true,

/**
* Memory caching backend for file locking

Loading…
취소
저장