Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
fix angle brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Zuercher committed Sep 24, 2012
1 parent 6f74c3e commit fcabfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide.md
Expand Up @@ -112,7 +112,7 @@ between a configuration loaded by Kestrel 2.3.3 and Kestrel 2.3.4 (and later).


<table>
<tr><th>Queue</th> <th>Setting</th> <th>Kestrel <= 2.3.3</th> <th>Kestrel >= 2.3.4</th> </tr>
<tr><th>Queue</th> <th>Setting</th> <th>Kestrel &lt;= 2.3.3</th> <th>Kestrel &gt;= 2.3.4</th> </tr>
<tr><td>q</td> <td>maxMemorySize</td> <td>128.megabytes</td> <td>8.megabytes</td> </tr>
<tr><td>q+fanout</td> <td>maxMemorySize</td> <td>128.megabytes</td> <td>8.megabytes</td> </tr>
<tr><td>x</td> <td>maxMemorySize</td> <td>16.megabytes</td> <td>16.megabytes</td> </tr>
Expand Down

0 comments on commit fcabfac

Please sign in to comment.