Skip to content

Commit 0e52cdd

Browse files
DelayInMs = 20
1 parent dfd7e39 commit 0e52cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/FFImageLoading.Common/Config/Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public Configuration()
3333
ExecuteCallbacksOnUIThread = false;
3434
StreamChecksumsAsKeys = true;
3535
AnimateGifs = true;
36-
DelayInMs = 25;
36+
DelayInMs = 20;
3737
}
3838

3939
/// <summary>

0 commit comments

Comments
 (0)