Show More
@@ -53,9 +53,8 b' New Features' | |||||
53 | - Pull requests: closing a pull-request without a merge requires additional confirmation now. |
|
53 | - Pull requests: closing a pull-request without a merge requires additional confirmation now. | |
54 | - Pull requests: merge checks will now show which files caused conflicts and are blocking the merge. |
|
54 | - Pull requests: merge checks will now show which files caused conflicts and are blocking the merge. | |
55 | - Emails: updated all generated emails design and cleanup the data fields they expose. |
|
55 | - Emails: updated all generated emails design and cleanup the data fields they expose. | |
56 |
|
|
56 | a) More consistent UI for all types of emails. b) Improved formatting of plaintext emails | |
57 | * improved formatting of plaintext emails |
|
57 | c) Added reply link to comment type emails for quicker response action. | |
58 | * emails: added reply link to comment type emails for quicker response action. |
|
|||
59 |
|
58 | |||
60 |
|
59 | |||
61 | General |
|
60 | General | |
@@ -221,7 +220,8 b' Upgrade notes' | |||||
221 |
|
220 | |||
222 | - New memory monitoring for Gunicorn workers. Starting from 4.18 release a option was added |
|
221 | - New memory monitoring for Gunicorn workers. Starting from 4.18 release a option was added | |
223 | to limit the maximum amount of memory used by a worker. |
|
222 | to limit the maximum amount of memory used by a worker. | |
224 |
Please review new settings for memory management in both |
|
223 | Please review new settings in `[server:main]` section for memory management in both | |
|
224 | rhodecode.ini and vcsserver.ini:: | |||
225 |
|
|
225 | ||
226 | ; Maximum memory usage that each worker can use before it will receive a |
|
226 | ; Maximum memory usage that each worker can use before it will receive a | |
227 |
; graceful restart signal 0 = memory monitoring is disabled |
|
227 | ; graceful restart signal 0 = memory monitoring is disabled |
General Comments 0
You need to be logged in to leave comments.
Login now