Commit 0201c163 authored by Marshall Pierce's avatar Marshall Pierce
Browse files

include all limits in the sample in the readme

parent 4cee07f1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1341,8 +1341,10 @@ command {
      
      // limits that the device will enforce
      limits {
        maxKeySize = 4096;
        ...
        maxKeySize = ...
        maxValueSize = ...
        maxVersionSize = ...
        maxTagSize = ...
      }
    }
  }