MaxDocumentSizeBytes returns the maximum allowed document size
()
| 584 | |
| 585 | // MaxDocumentSizeBytes returns the maximum allowed document size |
| 586 | func (s *Server) MaxDocumentSizeBytes() int { |
| 587 | return MaxDocumentSize |
| 588 | } |
no outgoing calls
no test coverage detected