diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d6392dde..abc9511e 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -837,6 +837,9 @@ BUILD 128 CHANGES OF NOTE - Migrate follow up missing wo/quote/pm message logged added internal ID of wo/quote/pm to match other errors for potential diagnostic purposes - Migrate added code to gracefully handle attempt to upload a file as an attachment (wikifiles or assigned docs) that is too large for the destination server Will log properly in migrate log and in destination object that couldn't be attached, also will then skip any file and log that is same size or larger - +- Migrate as part of confirmation of 10gb file attachment migration (10gb is the maximum allowed attachment size in v8 for a single file upload) added http timeout to options dialog of v8 migrate + defaults to 100 seconds which is the built in default timeout for HTTP Client but for a 10gb file on my laptop (same machine) it took 290 seconds so some users may need to up that value higher + maximum is 3600 seconds or one hour +