From: Francisco Santos Date: Wed, 6 Sep 2017 11:02:08 +0000 (+0100) Subject: Add documentation on how to change the number of loader threads X-Git-Tag: dali_1.2.56~2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=64ab85adddb845055d75789f5a0faf9081ac0552 Add documentation on how to change the number of loader threads Change-Id: Ib8ef3b4b701f67667b5122553ddbd10ab7bf4e22 --- 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. */