Skip to content

Commit 131fcc2

Browse files
author
lupengfan1
committed
follow empiredan advice
1 parent bec85f2 commit 131fcc2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/nfs/nfs_code_definition.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ DEFINE_TASK_CODE(LPC_NFS_FILE_CLOSE_TIMER, TASK_PRIORITY_COMMON, ::dsn::THREAD_P
4040
DEFINE_TASK_CODE_AIO(LPC_NFS_WRITE, TASK_PRIORITY_COMMON, ::dsn::THREAD_POOL_BLOCK_SERVICE)
4141

4242
DEFINE_TASK_CODE_AIO(LPC_NFS_COPY_FILE, TASK_PRIORITY_COMMON, ::dsn::THREAD_POOL_BLOCK_SERVICE)
43-
} // namespace dsn::service
43+
} // namespace dsn::service
44+

src/nfs/test/config.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ worker_priority = THREAD_xPRIORITY_LOWEST
4949
name = block_service
5050
partitioned = false
5151
worker_priority = THREAD_xPRIORITY_NORMAL
52-
worker_count = 1
52+
worker_count = 1
53+

0 commit comments

Comments
 (0)