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