mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Make default loading speed 40kB/s.
Dr Mike
This commit is contained in:
parent
d23b21018c
commit
16aa7c4316
@ -489,7 +489,7 @@ progressive_updated_callback(GdkPixbufLoader* loader, guint x, guint y, guint wi
|
||||
return;
|
||||
}
|
||||
|
||||
static int readlen = 1;
|
||||
static int readlen = 4096;
|
||||
|
||||
int
|
||||
main (int argc, char **argv)
|
||||
|
Loading…
Reference in New Issue
Block a user