File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22
33We follow the CalVer (https://calver.org/ ) versioning scheme: YY.MINOR.MICRO.
44
5+ 26.1.3 (2026-01-05)
6+ ===================
7+
8+ - Increase NR migration timeout and batch size
9+
51026.1.2 (2026-01-05)
611===================
712
Original file line number Diff line number Diff line change 1414
1515logger = logging .getLogger (__name__ )
1616
17- TIMEOUT_SECONDS = 3600 # 60 minutes timeout
18- BATCH_SIZE = 1000 # Default batch size
17+ TIMEOUT_SECONDS = 36000 # 10 hours timeout
18+ BATCH_SIZE = 10000 # Default batch size
1919
2020FREQ_MAP = {
2121 'none' : 'none' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " OSF" ,
3- "version" : " 26.1.2 " ,
3+ "version" : " 26.1.3 " ,
44 "description" : " Facilitating Open Science" ,
55 "repository" : " https://github.com/CenterForOpenScience/osf.io" ,
66 "author" : " Center for Open Science" ,
You can’t perform that action at this time.
0 commit comments