1
0
mirror of synced 2026-01-09 06:03:09 -05:00

Merge pull request #12102 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-11-17 23:31:30 -05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -19,4 +19,5 @@ export default [
'https://en.liberapay.com/',
'https://nbviewer.jupyter.org/github/bokeh/bokeh-notebooks/blob/main/tutorial/06%20-%20Linking%20and%20Interactions.ipynb',
'https://www.vmware.com/products/esxi-and-esx.html',
'https://www.ecfr.gov/cgi-bin/text-idx?SID=ad384e1f1e017076f8c0136f322f0a4c&mc=true&node=pt15.2.744&rgn=div5'
]

View File

@@ -32,6 +32,7 @@ async function warmServer() {
const redirects = await dog.loadRedirects(pageList)
statsd.gauge('num_redirects', Object.keys(redirects).length)
statsd.gauge('num_page_map', Object.keys(pageMap).length)
statsd.gauge('num_page_list', Object.keys(pageList).length)
if (process.env.NODE_ENV !== 'test') {