Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haf_api_node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
haf_api_node
Commits
de271475
Commit
de271475
authored
1 month ago
by
Dan Notestein
Browse files
Options
Downloads
Patches
Plain Diff
Set hivemind timeout to 5 seconds by default
parent
ca32c22e
No related branches found
Branches containing commit
No related tags found
2 merge requests
!78
Set hivemind timeout to 5 seconds by default
,
!77
Set hivemind timeout to 5 seconds by default
Pipeline
#117450
passed
1 month ago
Stage: build
Stage: replay
Stage: test
Stage: cleanup
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.env.example
+1
-1
1 addition, 1 deletion
.env.example
hivemind.yaml
+1
-1
1 addition, 1 deletion
hivemind.yaml
with
2 additions
and
2 deletions
.env.example
+
1
−
1
View file @
de271475
...
...
@@ -108,7 +108,7 @@ HIVEMIND_SYNC_ARGS=
# Timeout for Hivemind API calls, any queries that take longer than
# this time will be aborted. 0 for unlimited, or give a nonzero
# time limit in milliseconds
# HIVEMIND_STATEMENT_TIMEOUT=0
# HIVEMIND_STATEMENT_TIMEOUT=
500
0
# The default setup will run the recommended version of balance tracker,
# you can run a custom version by un-commenting and modifying the
...
...
This diff is collapsed.
Click to expand it.
hivemind.yaml
+
1
−
1
View file @
de271475
...
...
@@ -9,7 +9,7 @@ services:
command
:
-
"
setup"
-
"
--database-admin-url=postgresql://haf_admin@haf/haf_block_log"
-
"
--statement-timeout=${HIVEMIND_STATEMENT_TIMEOUT:-0}"
-
"
--statement-timeout=${HIVEMIND_STATEMENT_TIMEOUT:-
500
0}"
depends_on
:
haf
:
condition
:
service_healthy
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment