This repository was archived by the owner on Sep 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ void PelotonInit::Initialize() {
35
35
LOGGING_THREAD_COUNT = 1 ;
36
36
GC_THREAD_COUNT = 1 ;
37
37
EPOCH_THREAD_COUNT = 1 ;
38
- MAX_CONCURRENCY = 10 ;
39
38
40
39
// set max thread number.
41
40
thread_pool.Initialize (0 , std::thread::hardware_concurrency () + 3 );
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ size_t CONNECTION_THREAD_COUNT = 1;
37
37
size_t LOGGING_THREAD_COUNT = 1 ;
38
38
size_t GC_THREAD_COUNT = 1 ;
39
39
size_t EPOCH_THREAD_COUNT = 1 ;
40
- size_t MAX_CONCURRENCY = 10 ;
41
40
42
41
// ===--------------------------------------------------------------------===//
43
42
// DatePart <--> String Utilities
Original file line number Diff line number Diff line change @@ -1160,7 +1160,6 @@ extern size_t CONNECTION_THREAD_COUNT;
1160
1160
extern size_t LOGGING_THREAD_COUNT;
1161
1161
extern size_t GC_THREAD_COUNT;
1162
1162
extern size_t EPOCH_THREAD_COUNT;
1163
- extern size_t MAX_CONCURRENCY;
1164
1163
1165
1164
// ===--------------------------------------------------------------------===//
1166
1165
// TupleMetadata
You can’t perform that action at this time.
0 commit comments