diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2022-05-30 20:45:20 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2022-09-20 11:28:38 +0800 |
| commit | c3aec00379aa9f5b55d2cba8e9cfee9183a60965 (patch) | |
| tree | ae8351708b09365d6d267a714bdcf3c93c11381e /common/constants | |
| parent | Merge pull request #4119 from Shelley-BaoYue/bugfix-sqlite (diff) | |
| download | kubeedge-c3aec00379aa9f5b55d2cba8e9cfee9183a60965.tar.gz | |
register node and patch node
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'common/constants')
| -rw-r--r-- | common/constants/default.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/constants/default.go b/common/constants/default.go index bfec31f46..1685eacf5 100644 --- a/common/constants/default.go +++ b/common/constants/default.go @@ -87,6 +87,8 @@ const ( DefaultQueryPersistentVolumeWorkers = 4 DefaultQueryPersistentVolumeClaimWorkers = 4 DefaultQueryVolumeAttachmentWorkers = 4 + DefaultCreateNodeWorkers = 4 + DefaultPatchNodeWorkers = 4 DefaultQueryNodeWorkers = 4 DefaultUpdateNodeWorkers = 4 DefaultDeletePodWorkers = 4 @@ -104,6 +106,8 @@ const ( DefaultQueryPersistentVolumeBuffer = 1024 DefaultQueryPersistentVolumeClaimBuffer = 1024 DefaultQueryVolumeAttachmentBuffer = 1024 + DefaultCreateNodeBuffer = 1024 + DefaultPatchNodeBuffer = 1024 DefaultQueryNodeBuffer = 1024 DefaultUpdateNodeBuffer = 1024 DefaultDeletePodBuffer = 1024 |
