export: Pre-fetch staff objects
This is required because using unbuffered MySQL queries means that no other SQL queries can be run until the export is finished. Since the Staff model will lazily query the config table, the queries need to be fetched in advance.
Please register or sign in to comment