8000 Copy installation files on startup by graetzer · Pull Request #6491 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Copy installation files on startup #6491

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

Merged
merged 8 commits into from
Sep 14, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make default off
  • Loading branch information
graetzer committed Sep 13, 2018
commit 0a416ee5c85dccb27ae03613e8722a65244bdbe4
2 changes: 1 addition & 1 deletion arangod/V8Server/V8DealerFeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ V8DealerFeature::V8DealerFeature(
_gcFrequency(60.0),
_gcInterval(2000),
_maxContextAge(60.0),
_copyInstallation(true),
_copyInstallation(false),
_nrMaxContexts(0),
_nrMinContexts(0),
_nrInflightContexts(0),
Expand Down
0