From 64ab85adddb845055d75789f5a0faf9081ac0552 Mon Sep 17 00:00:00 2001 From: Francisco Santos Date: Wed, 6 Sep 2017 12:02:08 +0100 Subject: [PATCH] Add documentation on how to change the number of loader threads Change-Id: Ib8ef3b4b701f67667b5122553ddbd10ab7bf4e22 --- dali-toolkit/public-api/visuals/image-visual-properties.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dali-toolkit/public-api/visuals/image-visual-properties.h b/dali-toolkit/public-api/visuals/image-visual-properties.h index 44d5692..8eff9fa 100644 --- a/dali-toolkit/public-api/visuals/image-visual-properties.h +++ b/dali-toolkit/public-api/visuals/image-visual-properties.h @@ -56,6 +56,9 @@ enum * @brief The URL of the image. * @details Name "url", type Property::STRING or Property::ARRAY of Property::STRING * @note The array form is used for generating animated image visuals. + * @note The number of threads used for local and remote image loading can be controlled by the + * environment variables DALI_TEXTURE_LOCAL_THREADS and DALI_TEXTURE_REMOTE_THREADS respectively. + * The default values are 4 threads for local image loading and 8 threads for remote image loading. * @SINCE_1_1.45 * @note Mandatory. */ -- 2.7.4