Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 9de2c86

Browse files
Revert "Slow it down again, but using 850ms as intended originally"
This reverts commit df67c67.
1 parent df67c67 commit 9de2c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func (s *catalogueService) List(tags []string, order string, pageNum, pageSize i
104104
}
105105

106106
// DEMO: Change 0 to 850
107-
time.Sleep(850 * time.Millisecond)
107+
time.Sleep(0 * time.Millisecond)
108108

109109
socks = cut(socks, pageNum, pageSize)
110110

0 commit comments

Comments
 (0)