username@email.com
2023-10-24 61695afa95cbb7d5a703339b7a4951b8ed92c53e
zhengcaioa/Model/WebCrawler/WebCrawlerContext.cs
@@ -10,6 +10,7 @@
    {
        public WebCrawlerContext()
        {
            this.Database.SetCommandTimeout(60);
        }
        public WebCrawlerContext(DbContextOptions<WebCrawlerContext> options)