btcpayserver/BTCPayServer/wwwroot/main
Nicolas Dorier 9cd9e84be6
Fix: After a while, a busy server would send error HTTP 500 (#5354)
This was due to Blazor which attempt to reconnect when the connection
is broken.

Before this, it would try again indefinitely, with this PR, it tries
only for around 3 minutes.

After this, the Blazor circuit should be dead anyway, so it's useless
to try again.
2023-09-27 16:05:57 +09:00
..
bootstrap Design system updates (#5186) 2023-07-21 09:27:37 +02:00
fonts Fix: Fonts and Home background not loading properly when using rootpath 2021-10-25 15:14:05 +09:00
themes POS Cart redesign (#5171) 2023-07-22 21:15:41 +09:00
layout.css Add Blazor server (#5312) 2023-09-13 13:13:15 +09:00
qrcode.css QR container display fixes 2022-03-04 10:49:36 +00:00
site.css Payment Request: Add processing status for on-chain payments (#5309) 2023-09-19 10:10:13 +09:00
site.js Fix: After a while, a busy server would send error HTTP 500 (#5354) 2023-09-27 16:05:57 +09:00
template-editor.css POS: Unify item display in editor (#5272) 2023-08-24 08:51:22 +02:00
utils.js Fix copy pay button code (#3175) 2021-12-04 21:12:15 +01:00
wizard.css Refactor Authorize UI 2022-06-29 15:36:54 +02:00