Skip to content

Commit

Permalink
Update deploy_in_a_cluster.md
Browse files Browse the repository at this point in the history
fix memory cache for seahub_settings.py
  • Loading branch information
killing authored Oct 12, 2024
1 parent acad3f7 commit 2046cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/deploy_pro/deploy_in_a_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ health_check_port = 12345

#### seahub_settings.py

You must setup and use memcached when deploying Seafile cluster. Refer to ["add memcached"](memcached_options.md) to use memcached in Seahub.
You must setup and use memory cache when deploying Seafile cluster. Refer to ["memory cache"](/config/seahub_settings_py/#cache) to configure memory cache in Seahub.

Also add following options to seahub_setting.py. These settings tell Seahub to store avatar in database and cache avatar in memcached, and store css CACHE to local memory.

Expand Down

0 comments on commit 2046cdb

Please sign in to comment.