提交 807eb133 编写于 作者: E Enrico Giordani

[Comment] Fixed comment.

上级 57f4b9f4
......@@ -236,11 +236,11 @@ int g_ChildExitCode = 0; // For child process
BOOL g_isForkedProcess;
BOOL g_SentinelMode;
/* The system heap is used instead of the system paging file heap one of
the following case is true:
- Redis is running as a sentinel
- the current instance is a forked (child) process
- the persistence-available configuration flag value is 'no' */
/* The system heap is used instead of the system paging file heap if
* one of the following case is true:
* - Redis is running as a sentinel
* - the current instance is a forked (child) process
* - the persistence-available configuration flag value is 'no' */
BOOL g_UseSystemHeap;
bool ReportSpecialSystemErrors(int error) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册