Skip to content

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 authored and theKramer77 committed Jul 16, 2019
1 parent 4346d36 commit 9479362
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 9479362

Please sign in to comment.