• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

rc5 until completion than ogr setup help!!!

Possessed Freak

Diamond Member
Okay, how do I:

set an ini up so it will do ONLY rc5 until the project closes...
THEN and ONLY THEN do ogr?

this is a possible work lab assimilation and I want it a LONG lasting non configuring client.
 
First, set your project priority so that it's RC5,OGR,CSC=0,DES=0. Then, set "advanced buffer level checking" to 4. This will cause the client to try to update its buffers whenever RC5 runs empty, which should be fine since it's on a lab machine(which should have a constant connection). Once RC5 ends, it will be unable to update the RC5 buffers, and it will instead move on to OGR.
 
You can do it either in the ini, or the client setup. Here's the ini file settings:

[buffers]
frequent-threshold-checks=4

[misc]
project-priority=RC5,OGR,CSC=0,DES=0
 
Back
Top