1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-25 15:20:36 +01:00
Commit graph

5 commits

Author SHA1 Message Date
Martin Habovstiak
c11cb3257d Bumped default wait_duration_secs from 5 to 10
According to @craigraw this should help with performance issues while a
more complicated improvement is being developed.
2021-03-18 18:21:15 +02:00
Roman Zeyde
aa40a947ea
Reduce the default index_batch_size to 10
Following https://github.com/romanz/electrs/issues/373.
2021-02-24 10:07:01 +02:00
Martin Habovstiak
41f2077ee6 Implemented auth option and deprecated cookie
This adds `auth` option and deprecates `cookie` which has a confusing
name. It's effectively renaming but we pretend it is not to avoid people
blindly changing the name without second thought.

Closes #349 (a new tracking issue will be created)
2021-02-21 21:39:16 +01:00
Dr. Maxim Orlovsky
2a6881a5f8
Adding support for signet 2021-01-14 19:35:26 +01:00
Martin Habovstiak
433760925a Avoid configuration footguns
This change takes several steps towards avoiding footguns when
configuring `electrs`:

* Moves config_spec.toml out of sight of non-developers
* Provides a configuration example
* Mentions the example in the docs
2020-12-01 19:03:39 +01:00