fix: disable gitiles on gerrit01
It is generating too much traffic and CPU load for no good reason. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
8c0c7b517f
commit
3efdd0f6c9
|
@ -129,7 +129,9 @@ in
|
||||||
serverId = "9e5216ad-038d-4d74-a4e8-716515834a94";
|
serverId = "9e5216ad-038d-4d74-a4e8-716515834a94";
|
||||||
|
|
||||||
builtinPlugins = [
|
builtinPlugins = [
|
||||||
"gitiles"
|
# Disable gitiles as it generates too much traffic.
|
||||||
|
# Prefer git.forkos.org.
|
||||||
|
# "gitiles"
|
||||||
"codemirror-editor"
|
"codemirror-editor"
|
||||||
"reviewnotes"
|
"reviewnotes"
|
||||||
"download-commands"
|
"download-commands"
|
||||||
|
|
Loading…
Reference in a new issue