Importing stock factors size limit seems pretty small

org.apache.tomcat.util.http.fileupload.impl.SizeLimitExceededException: the request was rejected because its size (60336584) exceeds the configured maximum (52428800)

thats from just under 2 million rows of data… should be no problem given how big your db is.

Yeah, factor import is not scalable at the moment. It’s something we’ve been wanting to fix but were putting it off due to low ROI. But now that we’re thinking of adding alternative datasets (like estimize) which would leverage the same mechanism, it makes a lot more sense to fix and make it robust.

Ahhh ok. I got under the threshold by removing some decimal places.

let me know if i can help.