App version | OS
------------------ | ----
2.5.0.0beta9-free | Android 6.0.1
The name of the previous GDrive kdbx in recent file is not really obvious

We need a menu entry to force the DB to sync with the cloud or the local file.
I have not yet developed (or tested) real-time synchronization with clouds.
It will be necessary to check external modifications on the files to avoid the operations of simultaneous writing.
For the current version: KeePass DX saves (with a thread) the database after each change, there is no deferred service. So if you have to wait 5 minutes, I see two explanations :
In any case, the synchronization is not done yet and it's a big job, I also have to check the simultaneous changes to make a merge of data. (https://keepass.info/help/v2/sync.html)
Is it the same possible sync issue as https://www.reddit.com/r/KeePass/comments/a2pyeu/some_questions_about_keepass_on_google_drive/eb0pf80 ?
From glancing at the FAQ, it looks like it has the same flaw almost every other mobile app has: it saves to cloud files directly, instead of doing a sync operation. KeePass2Android is the only mobile app I know for sure does this. Why is this a problem? If you ever edit your database on your PC while offline (perhaps the Drive desktop client crashed, or needs you to login again or something), then edit your database on your mobile app before the desktop client can sync, you create a conflict. You have two versions of your database file and Drive doesn't know how to merge them. Only KeePass knows how to merge them.
I use KeepassXC on desktop (Mac), BTW.
Most helpful comment
I have not yet developed (or tested) real-time synchronization with clouds.
It will be necessary to check external modifications on the files to avoid the operations of simultaneous writing.
For the current version: KeePass DX saves (with a thread) the database after each change, there is no deferred service. So if you have to wait 5 minutes, I see two explanations :
In any case, the synchronization is not done yet and it's a big job, I also have to check the simultaneous changes to make a merge of data. (https://keepass.info/help/v2/sync.html)