Comparing version 0.2.16 to 0.2.17
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ // Place your settings in this file to overwrite default and user settings. |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
@@ -16,3 +16,3 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
this.store = store; | ||
this.version = 12; | ||
this.version = 13; | ||
} | ||
@@ -19,0 +19,0 @@ |
@@ -53,3 +53,3 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
let result = Q(); | ||
const start = startMap[this.popCount++ % startMap.length]; | ||
const start = startMap[Math.floor(Math.random() * startMap.length)]; | ||
for (let i = 0; i < this.queues.length; i++) { | ||
@@ -56,0 +56,0 @@ const queue = this.queues[(start + i) % this.queues.length]; |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
{ | ||
"name": "ghcrawler", | ||
"version": "0.2.16", | ||
"version": "0.2.17", | ||
"description": "A robust GitHub API crawler that walks a queue of GitHub entities retrieving and storing their contents.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -0,0 +0,0 @@ ![Version](https://img.shields.io/npm/v/ghcrawler.svg) |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
@@ -0,0 +0,0 @@ // Copyright (c) Microsoft Corporation. All rights reserved. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
236981
24