Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy Pratama
IF3230-Tugas-Besar-Sister-2015
Commits
aa44dcdb
Commit
aa44dcdb
authored
Apr 25, 2015
by
opelhoward
Browse files
enable caching
parent
4707e8d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/server/.idea/workspace.xml
View file @
aa44dcdb
...
...
@@ -84,7 +84,7 @@
<entry
file=
"file://$PROJECT_DIR$/market.py"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
vertical-scroll-proportion=
"0.74371856"
vertical-offset=
"775"
max-vertical-offset=
"1173"
>
<caret
line=
"63"
column=
"5
7
"
selection-start-line=
"63"
selection-start-column=
"5
7
"
selection-end-line=
"63"
selection-end-column=
"5
7
"
/>
<caret
line=
"63"
column=
"5
8
"
selection-start-line=
"63"
selection-start-column=
"5
8
"
selection-end-line=
"63"
selection-end-column=
"5
8
"
/>
<folding>
<element
signature=
"e#22#53#0"
expanded=
"true"
/>
</folding>
...
...
@@ -382,7 +382,7 @@
<window_info
id=
"Application Servers"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
weight=
"0.33"
sideWeight=
"0.5"
order=
"8"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Python Console"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
weight=
"0.33"
sideWeight=
"0.5"
order=
"9"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Version Control"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
weight=
"0.33"
sideWeight=
"0.5"
order=
"10"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Run"
active=
"
tru
e"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
weight=
"0.32913387"
sideWeight=
"0.5"
order=
"2"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Run"
active=
"
fals
e"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
weight=
"0.32913387"
sideWeight=
"0.5"
order=
"2"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Structure"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
weight=
"0.25"
sideWeight=
"0.5"
order=
"1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Terminal"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
weight=
"0.33"
sideWeight=
"0.5"
order=
"11"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Favorites"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
weight=
"0.33"
sideWeight=
"0.5"
order=
"2"
side_tool=
"true"
content_ui=
"tabs"
/>
...
...
@@ -869,7 +869,7 @@
<entry
file=
"file://$PROJECT_DIR$/market.py"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
vertical-scroll-proportion=
"0.74371856"
vertical-offset=
"775"
max-vertical-offset=
"1173"
>
<caret
line=
"63"
column=
"5
7
"
selection-start-line=
"63"
selection-start-column=
"5
7
"
selection-end-line=
"63"
selection-end-column=
"5
7
"
/>
<caret
line=
"63"
column=
"5
8
"
selection-start-line=
"63"
selection-start-column=
"5
8
"
selection-end-line=
"63"
selection-end-column=
"5
8
"
/>
<folding>
<element
signature=
"e#22#53#0"
expanded=
"true"
/>
</folding>
...
...
src/server/market.py
View file @
aa44dcdb
...
...
@@ -61,4 +61,4 @@ class Market:
@
staticmethod
def
dirty
(
item
):
return
int
(
time
.
time
())
-
Market
.
__time
[
item
]
>
0
\ No newline at end of file
return
int
(
time
.
time
())
-
Market
.
__time
[
item
]
>
20
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment