This website requires JavaScript.
Explore
Help
Sign In
mirror
/
erigon-pulse
Watch
1
Star
0
Fork
0
You've already forked erigon-pulse
mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced
2024-12-23 04:03:49 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
bb2f7080ce
erigon-pulse
/
ethdb
/
remote
History
alex.sharov
bb2f7080ce
Moved connection to .View method. Not very optimal, but it allow cancel connection from client side or configure timeout, also in future it will allow us make connection pool there (maybe don't need).
2019-12-06 08:12:02 +07:00
..
bolt_remote_test.go
handle interruption signals, added context for client and server. Only problem that it's context to DB, but not to each server call - it means you can't use HTTP Request context here (or create new connection on each request).
2019-12-06 08:12:02 +07:00
bolt_remote.go
Moved connection to .View method. Not very optimal, but it allow cancel connection from client side or configure timeout, also in future it will allow us make connection pool there (maybe don't need).
2019-12-06 08:12:02 +07:00