dd6da78aeb
Both clients used a bare 10*time.Second literal for the http.Client timeout, unlike websearch.DefaultTimeout which carries a comment explaining the number. Naming them puts the reason (LAN ZIM read vs. a public API over the internet) next to the value; the constants equal what was there before, so behaviour is unchanged.