~jstys-z/helioviewer.org/scidata

« back to all changes in this revision

Viewing changes to api/src/Config.php

  • Committer: Keith Hughitt
  • Date: 2013-01-12 15:16:37 UTC
  • mfrom: (402.4.74 hv)
  • Revision ID: keith.hughitt@nasa.gov-20130112151637-efr035goozzohzq1
Fixes to Helioviewer.org installer

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
        define("IMAGE_MAGICK_662_VERSION_NUM", 1634);
109
109
        
110
110
        // Movie queue throttles for speeding up processing during high-demand
111
 
        define("MOVIE_QUEUE_THROTTLE_ONE", 20);
112
 
        define("MOVIE_QUEUE_THROTTLE_TWO", 50);
113
 
        define("MOVIE_QUEUE_MAX_SIZE", 100);
 
111
        define("MOVIE_QUEUE_THROTTLE_ONE", 15);
 
112
        define("MOVIE_QUEUE_THROTTLE_TWO", 30);
 
113
        define("MOVIE_QUEUE_MAX_SIZE", 50);
114
114
        define("MOVIE_EST_TIME_PER_FRAME", 0.5);
115
115
    }
116
116
}
 
 
b'\\ No newline at end of file'