Patchable Constants: KApaUnloadRecognizersTimeout

EXPORT_C extern const TInt KApaUnloadRecognizersTimeout = 10000000;

Exported from:

ApServ.DLL

Defined in:

.../mw/appsupport/appfw/apparchitecture/apserv/apsconstdata.cpp

Purpose:

APPARC can delete (unload) data recognizers in order to save memory. This constant determines how long a data recognizer must remain unused before it gets deleted

This value operates in conjunction with KApaLoadDataRecognizersOnDemand which determines whether deletion is enabled or not.

The value of KApaLoadDataRecognizersOnDemand is zero, which means that, by default, the feature is not switched on. The default value of this constant, KApaUnloadRecognizersTimeout, is 10000000 milliseconds (ten seconds).