Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
g4-common: wrild: reduce retries
Browse files Browse the repository at this point in the history
as rild itself is fixed now we do not need a high amount of retries.
sometimes it can still happen that a restart of rild is required so
wrild will stay - just with less noise.

closes Suicide-Squirrel/issues_pie#20
closes Suicide-Squirrel/issues_pie#15
  • Loading branch information
steadfasterX committed Jul 9, 2019
1 parent a85a13e commit 740bb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootdir/bin/wrild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
x=1
PRTRIGGER=0
REQRESTART=99
MAXRET=50
MAXRET=10

# logging func
F_LOG(){
Expand Down

0 comments on commit 740bb8d

Please sign in to comment.