The community member is using Crawlee (PlaywrightCrawler) and has a request queue containing URLs from two or more sites. They would like to configure Crawlee to have a per-site interval between requests, such as 20 seconds between requests for example.com and 60 seconds between requests for another-site.com. A community member suggests adding a wait function in the preNavigationHooks to achieve this.