mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
Merge branch 'gregistry-key-name-len' into 'master'
gregistrysettings: bump key name length to 2048 See merge request GNOME/glib!1137
This commit is contained in:
commit
90bdc2ffb6
@ -98,7 +98,7 @@
|
||||
//#define TRACE
|
||||
|
||||
/* GSettings' limit */
|
||||
#define MAX_KEY_NAME_LENGTH 32
|
||||
#define MAX_KEY_NAME_LENGTH 128
|
||||
|
||||
/* Testing (on Windows XP SP3) shows that WaitForMultipleObjects fails with
|
||||
* "The parameter is incorrect" after 64 watches. We need one for the
|
||||
|
Loading…
Reference in New Issue
Block a user