JumpMind / metl

Metl is a simple, web-based integration platform that allows for several different styles of data integration including messaging, file based Extract/Transform/Load (ETL), and remote procedure invocation via Web Services. Read more at www.jumpmind.com/products/metl/overview
GNU General Public License v3.0
208 stars 82 forks source link

File Poller does not honor the 'Files older than (minutes)' setting when this value is large #944

Closed nrichardson99 closed 4 years ago

nrichardson99 commented 4 years ago

when using 43200 minutes (30 days) the file poller was still including files that were updated same day. Found there is an issue with integer multiplication overflow causing the value to go negative which in turn causes the opposite result than desired.