zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 36844911caac6a1c94a327dcd8d2b7759c68eeb6
parent 79f93a7cf5e0fa8f8ae796a9b5679fe367a85025
Author: srfsh <dev@srf.sh>
Date:   Tue, 19 Jul 2022 00:53:27 +0300

sw_pass/domain: style fix

Diffstat:
Msrc/zenflows/sw_pass/domain.ex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zenflows/sw_pass/domain.ex b/src/zenflows/sw_pass/domain.ex @@ -30,7 +30,7 @@ def import_repos(url) do {'accept', 'application/json'}, ] http_opts = [ - {:timeout, 30000}, # 30 seconds + {:timeout, 30_000}, # 30 seconds {:connect_timeout, 5000}, # 5 seconds {:autoredirect, false}, ]