File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ export default [
1919 'https://en.liberapay.com/' ,
2020 'https://nbviewer.jupyter.org/github/bokeh/bokeh-notebooks/blob/main/tutorial/06%20-%20Linking%20and%20Interactions.ipynb' ,
2121 'https://www.vmware.com/products/esxi-and-esx.html' ,
22+ 'https://www.ecfr.gov/cgi-bin/text-idx?SID=ad384e1f1e017076f8c0136f322f0a4c&mc=true&node=pt15.2.744&rgn=div5'
2223]
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ async function warmServer() {
3232 const redirects = await dog . loadRedirects ( pageList )
3333
3434 statsd . gauge ( 'num_redirects' , Object . keys ( redirects ) . length )
35+ statsd . gauge ( 'num_page_map' , Object . keys ( pageMap ) . length )
3536 statsd . gauge ( 'num_page_list' , Object . keys ( pageList ) . length )
3637
3738 if ( process . env . NODE_ENV !== 'test' ) {
You can’t perform that action at this time.
0 commit comments