Skip to content

Commit 3c8abec

Browse files
committed
Changed the default settings for waterfalls and agent updates (new installs)
1 parent 4243fb4 commit 3c8abec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

www/settings/settings.ini.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ tcpdump_view="http://cloudshark.org/view?url="
2424
; Uncomment to enable drawing of vertical lines in the waterfalls for all user timing marks
2525
;waterfall_show_user_timing=1
2626

27-
; Uncomment to use mime-colored waterfalls as the default
28-
;mime_waterfalls=1
27+
; Comment-out to use classic-colored waterfalls as the default
28+
mime_waterfalls=1
2929

3030

3131
; *********************
@@ -115,7 +115,7 @@ maxNavigateCount=20
115115
;gitUpdate=1
116116

117117
; Automatically update test agents hourly (pulls the latest test agents from the provided server)
118-
;agentUpdate=http://cdn.webpagetest.org/
118+
agentUpdate=http://cdn.webpagetest.org/
119119

120120
; If an android device is connected to the server, scrape updated APK's off of the
121121
; device to be installed on the test agents automatically (for cases where

0 commit comments

Comments
 (0)