10000 APM-164: Add basic overload control to arangod. by jsteemann · Pull Request #14796 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

APM-164: Add basic overload control to arangod. #14796

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 16 commits into from
Sep 23, 2021
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
Update tests/js/client/server_parameters/test-return-queue-time-heade…
…r-on.js

Co-authored-by: Kaveh Vahedipour <kaveh@arangodb.com>
  • Loading branch information
jsteemann and kvahed authored Sep 22, 2021
commit 133a524bded9b5df2735eb10b6496f44d286f65d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2010-2012 triagens GmbH, Cologne, Germany
/// Copyright 2021 ArangoDB Inc, Cologne, Germany
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except in compliance with the License.
Expand Down
0