From 79614bf4b5aaa0c746c45fe5a540ec300a915254 Mon Sep 17 00:00:00 2001 From: unbit Date: Mon, 10 Feb 2014 17:59:26 +0100 Subject: [PATCH] Update Fastrouter.rst --- Fastrouter.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Fastrouter.rst b/Fastrouter.rst index 546c8aaf..0bc71e3e 100644 --- a/Fastrouter.rst +++ b/Fastrouter.rst @@ -75,16 +75,13 @@ Way 4: --fastrouter-subscription-server This is probably one of the best way for massive auto-scaling hosting. It uses the :doc:`subscription server ` to allow instances to -announce themselves and subscribe to the fastrouter. By default, the -fastrouter subscription server can contain 30 key/value mappings. Increase this -with ``fastrouter-subscription-slot`` as necessary. +announce themselves and subscribe to the fastrouter. .. code-block:: sh - uwsgi --fastrouter 127.0.0.1:3017 --fastrouter-subscription-server 192.168.0.100:7000 --fastrouter-subscription-slot 80 - -This will spawn a subscription server on address 192.168.0.100 port 7000 with -80 available slots. + uwsgi --fastrouter 127.0.0.1:3017 --fastrouter-subscription-server 192.168.0.100:7000 + +This will spawn a subscription server on address 192.168.0.100 port 7000 Now you can spawn your instances subscribing to the fastrouter: