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:
Ignacio Casal Quinteiro
2019-10-01 13:03:28 +00:00

View File

@@ -98,7 +98,7 @@
//#define TRACE //#define TRACE
/* GSettings' limit */ /* GSettings' limit */
#define MAX_KEY_NAME_LENGTH 32 #define MAX_KEY_NAME_LENGTH 128
/* Testing (on Windows XP SP3) shows that WaitForMultipleObjects fails with /* Testing (on Windows XP SP3) shows that WaitForMultipleObjects fails with
* "The parameter is incorrect" after 64 watches. We need one for the * "The parameter is incorrect" after 64 watches. We need one for the