Skip to content

Commit 1595e29

Browse files
authored
change program start time
1 parent e31c3b0 commit 1595e29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nginx-httpcode-exporter.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,8 @@ func exec() {
18241824

18251825
for {
18261826
if (start == 1) {
1827-
time.Sleep(40 * time.Second)
1827+
//calculated 20 second to start based on 70mb file size to pass at tail lib
1828+
time.Sleep(20 * time.Second)
18281829
code100 = code100[:0]
18291830
code101 = code101[:0]
18301831
code102 = code102[:0]

0 commit comments

Comments
 (0)