Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

execution context mismatch couchbase.actorctx instead of couchbase.akka #63

Open
rajeshetty opened this issue Apr 21, 2015 · 0 comments

Comments

@rajeshetty
Copy link

As per the documentation it says path to define exec context should be like this

couchbase {
akka {
timeout=1000
execution-context {
fork-join-executor {
parallelism-factor = 4.0
parallelism-max = 40
}
}
}

but when i don't define this in my app conf and when I print default configuration i see following
couchbase {
actorctx {
timeout=1000
execution-context {
fork-join-executor {
parallelism-factor = 4.0
parallelism-max = 40
}
}
}

Notice node "actorctx" instead of "akka" . So the question 'couchbase.actorctx' taking an effect in defining execution context or we have to define 'couchbase.akka' ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant