ArcFM Desktop > Geodatabase Manager > Optional Configurations > Configure Geodatabase Manager Exit Time |
If Geodatabase Manager is shutdown while it is attempting to reconcile or post, it will try to finish the post or reconcile before closing. The TotalTimeToStop setting determines the amount of time allowed to Geodatabase Manager to finish posting or reconciling before the application exits.
If you have a slow system or process very large designs, it is best to set the TotalTimeToStop value to longer. This allows Geodatabase Manager to complete the post or reconcile before exiting.
Copy Code
|
|
---|---|
<Miner.Geodatabase.Properties.Settings> <setting name="TotalTimeToStop" serializeAs="String"> <value>300</value> </setting> </Miner.Geodatabase.Properties.Settings> |