Skip to content

Commit 60bf6c1

Browse files
committed
chore: rename cancellation
1 parent 040d927 commit 60bf6c1

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

0-limit-crawler/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//////////////////////////////////////////////////////////////////////
22
//
33
// Your task is to change the code to limit the crawler to at most one
4-
// page per second, while maintaining concurrency (in other words,
4+
// page per second, while maintaining 6-cancellation (in other words,
55
// Crawl() must be called concurrently)
66
//
77
// @hint: you can achieve this by adding 3 lines
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)