From ea0c463a18eeeb4e71bdad25f163f8bdc8bdb47b Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Sat, 14 Aug 2021 09:14:33 +0800 Subject: [PATCH] Update ccnet-conf.md --- manual/config/ccnet-conf.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/manual/config/ccnet-conf.md b/manual/config/ccnet-conf.md index 427639a1..90a14214 100644 --- a/manual/config/ccnet-conf.md +++ b/manual/config/ccnet-conf.md @@ -5,27 +5,10 @@ Ccnet is the internal RPC framework used by Seafile server and also manages the ``` [General] - -# Used internally. Don't delete. -ID=eb812fd276432eff33bcdde7506f896eb4769da0 - -# Used internally. Don't delete. -NAME=example - # This is outside URL for Seahub(Seafile Web). # The domain part (i.e., www.example.com) will be used in generating share links and download/upload file via web. # Note: Outside URL means "if you use Nginx, it should be the Nginx's address" SERVICE_URL=http://www.example.com:8000 - - -[Network] -# Not used anymore -PORT=10001 - -[Client] -# Not used anymore -PORT=13419 - ``` ## Changing MySQL Connection Pool Size @@ -37,7 +20,6 @@ When you configure ccnet to use MySQL, the default connection pool size is 100, ...... # Use larger connection pool MAX_CONNECTIONS = 200 - ``` ## Changing name of table 'Group' @@ -47,5 +29,4 @@ There is a table named 'Group' in ccnet database, however, 'Group' is the key wo ``` [GROUP] TABLE_NAME=new_group_name - ```