Skip to content

v0.4.5

Compare
Choose a tag to compare
@kasrak kasrak released this 06 Mar 19:23
· 198 commits to master since this release
  • The default timeout for requests is increased from 30 seconds to 5 minutes. You can set a custom timeout by passing requestTimeout in milliseconds to the Airtable constructor or Airtable.configure:

      Airtable.configure({requestTimeout: 30 * 1000}); // 30 seconds