enhanced code search.

added configuration items: allow_set_time_limit and signin_for_code_search
This commit is contained in:
2014-05-25 04:26:23 +00:00
parent 73efd665cc
commit 197df5adc3
12 changed files with 70 additions and 31 deletions

View File

@ -173,6 +173,20 @@ log_threshold = 0
;------------------------------------------------------------------------------
force_project_delete = "no"
;------------------------------------------------------------------------------
; When yes, a codepot page can use set_time_limit() to adjust the maximum
; execution time to override the global value. For example, the code search
; page can take very long if the code repository is very large. You can
; set this item to yes to allow such a page to complete its processing.
;------------------------------------------------------------------------------
allow_set_time_limit = "no"
;------------------------------------------------------------------------------
; When yes, a user must sign in to be able to search code.
; When no, an anonymous user can search code.
;------------------------------------------------------------------------------
signin_for_code_search = "yes"
;------------------------------------------------------------------------------
; customized footer
;------------------------------------------------------------------------------