Skip to content

Commit a9a7a30

Browse files
committed
Link index.html & increase get size
1 parent 74371c0 commit a9a7a30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
logtail.html

logtail.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var dataelem = "#data";
44
var scrollelem = "body";
55

66
var url = "log";
7-
var load = 10024; /* 10KB */
7+
var load = 30024; /* 30KB */
88
var poll = 1000; /* 1s */
99

1010
var kill = false;

0 commit comments

Comments
 (0)