How do I alter the Atlas mongoDB transaction configuration

Hi
I need to alter mongoldb.cfg for transactions for Atlas as I do when running MonogDB locally.

I am using the MongoDB C driver to connect to Atlas.
I need to set:

setParameter:
transactionLifetimeLimitSeconds: 500

Does anyone know how to do this?

Hi @Phillip_Carruthers,

The setParameter command in unsupported in Atlas as per the Unsupported Commands in Atlas documentation.

Regards,
Jason

Hi
Is there any way to set the value for transactionLifetimeLimitSeconds?
The current value is not large enough for my transactions to complete.

Phillip

Hi Phillip,

Currently as per the documentation for unsupported commands in Atlas states:

Contact Atlas support if your use case requires access to a command that the Atlas database user privileges don’t currently support.

Regards,
Jason

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.