Skip to content

Commit

Permalink
Swap SO to being first
Browse files Browse the repository at this point in the history
This results in some performance improvements, by allowing SO to keep downloading in the idle time between other small sites. Shouldn't cause too much of a problem
  • Loading branch information
LunarWatcher committed Oct 7, 2024
1 parent b74bd05 commit 67223c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sedd/data/sites.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Beta sites don't have data dumps. They're included in this comment for the record:
# https://cs50.stackexchange.com
sites = [
"https://stackoverflow.com",
"https://3dprinting.stackexchange.com",
"https://academia.stackexchange.com",
"https://ai.stackexchange.com",
Expand Down Expand Up @@ -159,7 +160,6 @@
"https://sports.stackexchange.com",
"https://sqa.stackexchange.com",
"https://stackapps.com",
"https://stackoverflow.com",
"https://stats.stackexchange.com",
"https://stellar.stackexchange.com",
"https://substrate.stackexchange.com",
Expand Down

0 comments on commit 67223c0

Please # to comment.