04-04-2018, 11:34 AM
Update
You can now force your browser into exceeding 6 or 8 max concurrent connections via a config item (see new user.config.sample.php):
$allow_origin = true;
Defaults to false.
Basically creates subdomains when using AJAX via GAB in order to circumvent max connections.
Requires that:
1. Your server where you're running GAB actually allows wildcard subdomains (this is easy to check, goto e.g. http://gab50.<your-server>:<your-port>)
2. That your server allows PHP to set headers (to enable allow origin *).
Screen, running 16 threads in multi-server mode (4 different servers running Gekko):
Also the servers are masked in multi-server mode making it easier to share these sort of screens + other misc stuff like seconds/minutes etc.
Update
git pull https://github.com/tommiehansen/gab.git
You can now force your browser into exceeding 6 or 8 max concurrent connections via a config item (see new user.config.sample.php):
$allow_origin = true;
Defaults to false.
Basically creates subdomains when using AJAX via GAB in order to circumvent max connections.
Requires that:
1. Your server where you're running GAB actually allows wildcard subdomains (this is easy to check, goto e.g. http://gab50.<your-server>:<your-port>)
2. That your server allows PHP to set headers (to enable allow origin *).
Screen, running 16 threads in multi-server mode (4 different servers running Gekko):
Also the servers are masked in multi-server mode making it easier to share these sort of screens + other misc stuff like seconds/minutes etc.
Update
git pull https://github.com/tommiehansen/gab.git