summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-06-04 12:12:12 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-06-04 12:29:22 +0100
commit4f5b1b2fad59fef17b8f69d3a5a03e68418084d4 (patch)
tree6c6353ad9be40bec3d8e304fb8f01a29dfc17616 /meson_options.txt
parentac1460dab3e2c49ccd20245c80f4151a4885f63c (diff)
downloadefl-4f5b1b2fad59fef17b8f69d3a5a03e68418084d4.tar.gz
ecore - mainloop - select - increase max set size and check fd if over
if fd's exceed max set size then things will ... god bad. how - ... depends on the OS but at least report that there is an issue.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8c21e69436..992a7af975 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -376,3 +376,9 @@ option('efl-one',
value : false,
description : 'Build special set of .so´s as a single .so'
)
+
+option('max-fd-size',
+ type : 'string',
+ value : '8192',
+ description : 'This is the maximim set of fds and thus maximum fd value allowed +1 in the ecore main loop handler'
+)