mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 18:03:00 +01:00
Setting default frontend config ELECTRS_ITEMS_PER_PAGE to 10 to adapt to CORE_RPC backends.
This commit is contained in:
parent
cc166cab75
commit
103740ec45
@ -3,7 +3,7 @@
|
|||||||
"LIQUID_ENABLED": false,
|
"LIQUID_ENABLED": false,
|
||||||
"BISQ_ENABLED": false,
|
"BISQ_ENABLED": false,
|
||||||
"BISQ_SEPARATE_BACKEND": false,
|
"BISQ_SEPARATE_BACKEND": false,
|
||||||
"ELECTRS_ITEMS_PER_PAGE": 25,
|
"ELECTRS_ITEMS_PER_PAGE": 10,
|
||||||
"KEEP_BLOCKS_AMOUNT": 8,
|
"KEEP_BLOCKS_AMOUNT": 8,
|
||||||
"SPONSORS_ENABLED": false,
|
"SPONSORS_ENABLED": false,
|
||||||
"NGINX_PROTOCOL": "http",
|
"NGINX_PROTOCOL": "http",
|
||||||
|
@ -34,11 +34,11 @@ const defaultEnv: Env = {
|
|||||||
'BISQ_ENABLED': false,
|
'BISQ_ENABLED': false,
|
||||||
'BISQ_SEPARATE_BACKEND': false,
|
'BISQ_SEPARATE_BACKEND': false,
|
||||||
'SPONSORS_ENABLED': false,
|
'SPONSORS_ENABLED': false,
|
||||||
'ELECTRS_ITEMS_PER_PAGE': 25,
|
'ELECTRS_ITEMS_PER_PAGE': 10,
|
||||||
'KEEP_BLOCKS_AMOUNT': 8,
|
'KEEP_BLOCKS_AMOUNT': 8,
|
||||||
'NGINX_PROTOCOL': 'http',
|
'NGINX_PROTOCOL': 'http',
|
||||||
'NGINX_HOSTNAME': '127.0.0.1',
|
'NGINX_HOSTNAME': '127.0.0.1',
|
||||||
'NGINX_PORT': '81',
|
'NGINX_PORT': '80',
|
||||||
};
|
};
|
||||||
|
|
||||||
@Injectable({
|
@Injectable({
|
||||||
|
Loading…
Reference in New Issue
Block a user