summaryrefslogtreecommitdiffstats
path: root/1.0/default/service.cpp
diff options
context:
space:
mode:
Diffstat (limited to '1.0/default/service.cpp')
-rw-r--r--1.0/default/service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/1.0/default/service.cpp b/1.0/default/service.cpp
index 795b368..d60ba88 100644
--- a/1.0/default/service.cpp
+++ b/1.0/default/service.cpp
@@ -42,7 +42,7 @@ using android::hardware::registerPassthroughServiceImplementation;
using android::OK;
int main() {
- configureRpcThreadpool(10, true /*callerWillJoin*/);
+ configureRpcThreadpool(1, true /*callerWillJoin*/);
android::status_t status;
status = registerPassthroughServiceImplementation<INfc>();
LOG_ALWAYS_FATAL_IF(status != OK, "Error while registering nfc AOSP service: %d", status);