Moralis Stream - Polygon block confirmations

How many block confirmations does the Streams API wait for on Polygon before tagging a transaction as confirmed?

All my test transactions are confirmed after 10-20 seconds on Polygonscan but Streams API takes about 3 minutes.

Any way to speed this up?

here you have the list with number of blocks per chain:

there isn’t a way now to speed it up

Okay, right now I’m only saving confirmed txns to the database but there are NFTs that would be pending owner change for example if sold on OpenSea so they would change ownership in the database i have setup for about 2-3 minutes.

Might be better to save the confirmed: false which tags the NFT as pending then wait for the confirmed txn to do a final update.