1// Copyright 2013 The Flutter Authors. All rights reserved. 2// Use of this source code is governed by a BSD-style license that can be 3// found in the LICENSE file. 4 5// Only look for copyrights and licenses at the top of the file. 6// This can be increased as necessary, but the larger the value, the slower the 7// script will be, so be judicious. 8const int kMaxSize = 6 * 1024; 9