Skip to content

Commit 23b8fbc

Browse files
committed
problems are solved, not achieved
1 parent 27b7a06 commit 23b8fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/entries/crawling-500-million/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Here's a rough sketch of how things will work:
5353

5454
![Diagram](image_crawler_simplified.png)
5555

56-
At a high level, the problem of building a fast crawler seems achievable for our team, even on the scale of several hundred million images. If we can sustain a crawl and analysis rate of 200 images per second, we could crawl all 500 million images in about a month.
56+
At a high level, the problem of building a fast crawler seems solvable for our team, even on the scale of several hundred million images. If we can sustain a crawl and analysis rate of 200 images per second, we could crawl all 500 million images in about a month.
5757

5858
In the next section, we'll examine some of the key components that make up the crawler.
5959

0 commit comments

Comments
 (0)