mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-06-05 15:09:59 +09:00
8 lines
296 B
JavaScript
8 lines
296 B
JavaScript
|
|
// time in ms to wait between requesting image files
|
||
|
|
// increase this if you see timeouts or server errors
|
||
|
|
exports.image_file_request_delay = 500;
|
||
|
|
|
||
|
|
// time in ms to wait between saving Markdown files
|
||
|
|
// increase this if your file system becomes overloaded
|
||
|
|
exports.markdown_file_write_delay = 25;
|