LP#1514085: add to release notes with a server configuration note
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 4 Sep 2018 22:33:09 +0000 (18:33 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 4 Sep 2018 22:33:09 +0000 (18:33 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
docs/RELEASE_NOTES_NEXT/Cataloging/async-vandelay.adoc

index 81bf1a0..e857e13 100644 (file)
@@ -17,3 +17,11 @@ session by the value stored in the "session_key" field.
 The table tracks other potentially useful data, like the staff member
 and workstation where the action was performed.
 
+Upgrade notes
++++++++++++++
+Users of NGINX as a reverse proxy may need to set a suitable
+`client_max_body_size` value in the NGINX configuration so that large
+MARC record uploads are not truncated. Note that this would have
+always been necessary, but since this feature allows larger files
+to be more reliably queued and imported, the need to set `client_max_body_size`
+became more apparent.