Skip to content

Commit 2c5aeb1

Browse files
committed
Removed a use case
1 parent 097a73d commit 2c5aeb1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

request/multiple_kernels.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ These are some of the common use cases for creating multiple kernels:
2424
* A highly sensitive application could define two kernels. The first one would
2525
only load the routes that match the parts of the application exposed to the
2626
public. The second kernel would load the rest of the application and its
27-
access would be protected by the web server;
28-
* An application that uses a bundle which doesn't allow multiple instances could
29-
define two identical kernels to define a different bundle configuration for
30-
each of them.
27+
access would be protected by the web server.
3128

3229
Adding a new Kernel to the Application
3330
--------------------------------------

0 commit comments

Comments
 (0)